X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fwww%2Fmatita%2Fstyle.css;h=00eef2ed1d1b94da444426eb53dc2447aa91d0ac;hb=6f1ff411787de5d4a93e7fcd6969c8d7545181b3;hp=38abf1714c66741617603e32ea910ee788250ade;hpb=8006e4bd874610ba8b2661deae103626bbfce1e0;p=helm.git diff --git a/helm/www/matita/style.css b/helm/www/matita/style.css index 38abf1714..00eef2ed1 100644 --- a/helm/www/matita/style.css +++ b/helm/www/matita/style.css @@ -31,6 +31,9 @@ div.news { width: 150px; background: #eaeaea; padding: 5px; + display: block; + height: 90%; + overflow: hidden; } /* site-wide typesetting */ @@ -223,3 +226,23 @@ span.paper_title { font-weight: bold; } +dt { + margin-top:1em; + font-weight: bold; +} + +ul.news li { + margin-bottom: 1em; + list-style-type: none; +} + +ul.news li span.date { + font-weight: bold; +} + +div.news div.newsheader { + text-align: center; + margin-left:auto; + margin-right:auto; + font-weight: bold; +}