remove border
[libreplanet-static.git] / screen.css
index 836511746cbd41e0b49400244681896f1cd5b197..06ac6da7dee22bd9643a9b09633ca580789d8dde 100644 (file)
@@ -4,7 +4,7 @@
 
      html { background-color: #ececec; }
 
-     #doc2 { background-color: white; padding: 14px; }
+     #doc2 { background-color: white; padding: 14px; border-left: 2px solid #ccc; border-right: 2px solid #ccc; }
 
      a:link{color: blue;}
      a:hover{color: red;}
@@ -101,6 +101,6 @@ img { padding-bottom: 15px; }
 
 .c { text-align: center; }
 
-#regions-list { margin: 0; padding: 0; }
+#regions-list { margin: 0; padding: 0; text-align: center; }
 
-#regions-list li { display: inline; list-style: none; margin-right: 14px; border-right: 2px solid #111;  }
\ No newline at end of file
+#regions-list li { display: inline; list-style: none; margin-right: 14px; font-size: 130%; }
\ No newline at end of file