X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fwww%2Fmatita%2Fstyle.css;h=c614becaa9a5c8f2faa9f3c9b14b38442dbe0776;hb=a507a21ca97552dec5077667cf8433f24d7a45ae;hp=a2b5e8af5ba638a1601b1b1e771fbba4d75d4824;hpb=6e665f8c877f5c921bd3f53cd5384d9511895b5f;p=helm.git diff --git a/helm/www/matita/style.css b/helm/www/matita/style.css index a2b5e8af5..c614becaa 100644 --- a/helm/www/matita/style.css +++ b/helm/www/matita/style.css @@ -21,6 +21,16 @@ div.main { padding-left:20px; } +div.news { + position: absolute; + top: 25px; + left: 845px; + font-size: 10pt; + width: 100px; + background: #eaeaea; + padding: 10px; +} + /* site-wide typesetting */ body { @@ -99,6 +109,17 @@ a.menu:hover { background-color: #ecf6f9; } +/* news */ + +div.news ul { + padding-left: 0px; + list-style: inside; +} + +div.news span.date { + font-style: italic; +} + /* fancy classes */ samp.tiny { @@ -143,11 +164,6 @@ a.quiet img { border-style:none; } -pre.code { - margin-left: 2em; - font-size: 95%; -} - span.screenshots { float: right; }