Skip to content

Commit

Permalink
Clean up the style
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Scott <[email protected]>
  • Loading branch information
dbs committed Feb 22, 2017
1 parent 2099b40 commit 1ae0bc2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ header, footer {
color: white;
text-decoration: none;
}
a { text-decoration: none; }
body {
margin: 0px;
background-color: white;
font-family: Arial, Helvetica, sans-serif;
}
div.header, footer {
color: white;
Expand All @@ -37,9 +39,6 @@ section.result {
section.result a {
text-decoration: none;
}
.odd {
background-color: #eeeeee;
}
section.home_summary {
margin: 0 0 1em 1em;
float: left;
Expand All @@ -57,6 +56,9 @@ section.home_summary td.pub {
padding-left: 2em;
text-indent: -2em;
}
td {
border-bottom: 0.25em solid transparent;
}
th.numcites {
width: 5em;
}
Expand Down

0 comments on commit 1ae0bc2

Please sign in to comment.