X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=www%2Fcss%2Fstyle.css;h=7384420c23b0e77f3e4a15b54654a92b7fa8e96f;hb=f9714dfee601882e7081bce34dc34558412e56ab;hp=ad9005afbc9c5dba721b29073ed2be25b313a92e;hpb=a1c4b0cdd446bc9ed331f17fa7d6e69cfa02d45d;p=jspeed diff --git a/www/css/style.css b/www/css/style.css index ad9005a..7384420 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -196,6 +196,10 @@ a:hover { margin-bottom: 0.8em; } +#main-content ul { + margin-left: 35px; +} + .theme { float: left; width: 268px; @@ -270,12 +274,13 @@ pre.code { margin-bottom: 14px; width: 100%; border: 1px solid #ccc; + font-size: 14px; } .spec th { text-align: left; font-weight: bold; - padding: 6px; + padding: 2px 6px; white-space: nowrap; } @@ -285,7 +290,8 @@ pre.code { } .spec td { - padding: 2px 6px 2px 6px; + padding: 1px 6px 1px 6px; + vertical-align: top; } .spec .color, .spec .color td, .spec .color th { @@ -307,3 +313,17 @@ pre.code { .contents { margin-bottom: 15px; } + +.imageinfo { + border: 1px solid #ccc; + padding: 5px; + float: left; + margin: 10px 15px 30px 0; + text-align: center; +} + +.imageinfo p { + margin: 0 !important; + font-size: 13px; + font-weight: bold; +} \ No newline at end of file