Skip to content

Commit

Permalink
Fixed th borders in screen.css.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Aug 25, 2009
1 parent 0d14feb commit 1b79491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/static/css/screen.css
Expand Up @@ -13,7 +13,7 @@ input[type='text'] { cursor: text; }
textarea, input { padding: .3em .4em .15em .4em; }
select { padding: .1em .2em 0 .2em; }
option { padding: 0 .4em; }
table, tr, td { border: none; }
table, tr, td, th { border: none; }
hr { height: 1px; color: #aaa; background-color: #aaa; border: 0; margin: .2em 0 .2em 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; border-bottom: 1px solid black; }
Expand Down

0 comments on commit 1b79491

Please sign in to comment.