made font size a bit larger in themes

This commit is contained in:
Frédéric Péters 2011-04-26 13:43:37 +02:00
parent 89935e7a4f
commit 129074f151
4 changed files with 12 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 809 B

View File

@ -26,11 +26,10 @@ div.item {
body {
background: #EEE url(img/bg.gif);
color: #444;
font: normal 62.5% "Lucida Sans Unicode",sans-serif;
font: normal 85% "Lucida Sans Unicode",sans-serif;
margin: 0;
}
p,cite,code,ul {
font-size: 1.2em;
padding-bottom: 1.2em;
}
h1 {
@ -90,6 +89,10 @@ h1,h2,h3 {
text-shadow: 0 2px 15px #000000;
}
div.widget div.title {
font-size: 110%;
}
/* navigation */
.navigation {
margin-bottom: 4px;
@ -336,6 +339,7 @@ div.error {
color: black;
font-weight: bold;
background: transparent url(warning.png) top left no-repeat;
min-height: 16px;
padding-left: 20px;
}

BIN
themes/asec/warning.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 809 B

View File

@ -23,11 +23,10 @@ div.item {
body {
background: #EEE url(img/bg.gif);
color: #444;
font: normal 62.5% "Lucida Sans Unicode",sans-serif;
font: normal 85% "Lucida Sans Unicode",sans-serif;
margin: 0;
}
p,cite,code,ul {
font-size: 1.2em;
padding-bottom: 1.2em;
}
h1 {
@ -85,6 +84,10 @@ h1,h2,h3 {
text-align: center;
}
div.widget div.title {
font-size: 110%;
}
/* navigation */
.navigation {
margin-bottom: 4px;
@ -330,6 +333,7 @@ div.error {
color: black;
font-weight: bold;
background: transparent url(warning.png) top left no-repeat;
min-height: 16px;
padding-left: 20px;
}