Added a general class to add text-only elements
authorJoey Schulze <joey@infodrom.org>
Thu, 26 Oct 2006 10:05:06 +0000 (10:05 +0000)
committerJoey Schulze <joey@infodrom.org>
Thu, 26 Oct 2006 10:05:06 +0000 (10:05 +0000)
src/infodrom.css

index 16c1e2b..2295c48 100644 (file)
@@ -27,6 +27,9 @@ a:visited {
 .font {
   font-size: 13px;
 }
 .font {
   font-size: 13px;
 }
+.none {
+  display: none;
+}
 h3.bar {
   padding-left: 5px;
   font-size: 16px;
 h3.bar {
   padding-left: 5px;
   font-size: 16px;