X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fwww%2Fmatita%2Fstyle.css;h=a53015662fe277ba0b2ce1c313f134cbaba1f9e3;hb=a7621a29b6d6f4c9c9c3c04e9465ae66c0f5dafd;hp=c614becaa9a5c8f2faa9f3c9b14b38442dbe0776;hpb=94a11e6888488cf8fb2c485bc8755a4f03ce3dfb;p=helm.git diff --git a/helm/www/matita/style.css b/helm/www/matita/style.css index c614becaa..a53015662 100644 --- a/helm/www/matita/style.css +++ b/helm/www/matita/style.css @@ -11,6 +11,7 @@ div.menu { left: 0px; width: 150px; text-align: center; + font-size: 10pt; } div.main { @@ -19,6 +20,7 @@ div.main { left: 150px; width: 650px; padding-left:20px; + font-size: 10pt; } div.news { @@ -26,9 +28,9 @@ div.news { top: 25px; left: 845px; font-size: 10pt; - width: 100px; + width: 105px; background: #eaeaea; - padding: 10px; + padding: 5px; } /* site-wide typesetting */ @@ -81,6 +83,10 @@ ul { list-style-type: square; } +p.spaced { + padding-bottom: 2em; +} + /* menu */ div.menu ul { @@ -100,7 +106,12 @@ div.menu ul li { } div.menu ul li a { + display: block; + text-align: right; text-decoration: none; + vertical-align: middle; + height: 45px; + background-repeat: no-repeat; } a.menu:hover { @@ -136,7 +147,8 @@ ul.wide li { div.topimage { text-align: left; - padding-top: 14px; + padding-top: 28px; + padding-bottom: 28px; } div.bottombar {