]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/www/matita/style.css
update in apps_2
[helm.git] / helm / www / matita / style.css
index 38abf1714c66741617603e32ea910ee788250ade..00eef2ed1d1b94da444426eb53dc2447aa91d0ac 100644 (file)
@@ -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;
+}