static/stylesheets/city_watch.css in city-watch-0.6.2 vs static/stylesheets/city_watch.css in city-watch-0.6.3
- old
+ new
@@ -9,10 +9,13 @@
h1{
font-size:135%;
}
h4{
font-size:105%;
+ margin:1em 0 .5em;
+ padding:0;
+ opacity:.4;
}
a{
color:rgb(50,30,100);
text-decoration:none;
border-bottom:1px dotted #666;
@@ -25,6 +28,15 @@
padding:0;
padding-left:1em;
}
ul li{
list-style-type:none;
+}
+div.server{
+ background-color:rgba(0,0,0,.02);
+ padding:1em;
+ margin-bottom:1em;
+}
+pre{
+ padding:0;
+ margin:0;
}
\ No newline at end of file