diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2010-01-10 22:16:31 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2010-01-10 22:16:31 +0000 |
commit | 655fc9a7b0771a4d88bb85e1a1ebb72d571a063c (patch) | |
tree | 9867c78fd4161c418a1f1b3cebd97555bec67856 | |
parent | e41360ce13c558712b6599f9b063f84dd2921134 (diff) |
Check in current version, no idea who changed it.
-rw-r--r-- | frikanalen/cgi-bin/style1.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/frikanalen/cgi-bin/style1.css b/frikanalen/cgi-bin/style1.css index 83f51e6..a7dae02 100644 --- a/frikanalen/cgi-bin/style1.css +++ b/frikanalen/cgi-bin/style1.css @@ -210,3 +210,11 @@ ul { width: 258px;
padding: 10px;
}
+
+.list {
+ padding-top: 20px;
+}
+
+#choose_cat, #choose_ed, #choose_org {
+ display: none;
+}
|