www: Do not use a small fonts for the core text

llvm-svn: 197793
This commit is contained in:
Tobias Grosser 2013-12-20 09:24:28 +00:00
parent b38bf9626a
commit b2ecb3c8f5
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@ html { margin: 0px; } body { margin: 8px; }
html, body {
padding:0px;
font-size:small; font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif; background-color: #fff; color: #222;
font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif; background-color: #fff; color: #222;
line-height:1.5;
}
@ -66,8 +66,9 @@ tr { vertical-align:top }
#head h1 {
padding-bottom: 0em;
margin-bottom: 0em;
padding-left: .5em;
font-size: 5em;
padding-top: 1em;
padding-left: 2em;
font-size: 3em;
}
#head h1 span {

View File

@ -31,7 +31,7 @@
margin-bottom: 0.4em;
margin-top: 0.4em;
font-weight: bold;
font-size: 1.2em;
font-size: 1.1em;
text-align: center;
background-color: #3b4567;
-webkit-border-radius: 5px;
@ -44,7 +44,6 @@
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-size: 1.1em;
display:block;
font-weight: bold;
text-decoration: none;