Skip to content

Commit

Permalink
webserver Fixed text font size.
Browse files Browse the repository at this point in the history
  • Loading branch information
pilkch committed Aug 27, 2013
1 parent f65363b commit c858352
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions data/web/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
color:white;
}

h3 {
font-size: 1.1em
}
th {
font-size: 1.1em
}

/* Grey link styling */
a:link { color:#CCCCCC; }
a:visited { color:#666666; }
Expand Down

0 comments on commit c858352

Please sign in to comment.