summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Sutcliffe <dansut@users.sourceforge.net>2009-09-25 19:27:35 +0000
committerDaniel Sutcliffe <dansut@users.sourceforge.net>2009-09-25 19:27:35 +0000
commit08c469ecedf6b85288fc8e10131c36f15dafb9db (patch)
treef3fa0e8b0dc1d74ea6e2d03fa201a044580df03e
parent92a37b30c4bd273d8fa9c8279192cd44603dd48d (diff)
downloadthemes-08c469ecedf6b85288fc8e10131c36f15dafb9db.tar.gz
themes-08c469ecedf6b85288fc8e10131c36f15dafb9db.tar.bz2
themes-08c469ecedf6b85288fc8e10131c36f15dafb9db.zip
Include needed css that was in the now unused base.css
-rw-r--r--css/default.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/css/default.css b/css/default.css
index 7b594c2..3ff00d8 100644
--- a/css/default.css
+++ b/css/default.css
@@ -1,4 +1,4 @@
-/* $Header: /cvsroot/bitweaver/_bit_themes/css/default.css,v 1.2 2009/05/12 17:57:30 squareing Exp $ */
+/* $Header: /cvsroot/bitweaver/_bit_themes/css/default.css,v 1.3 2009/09/25 19:27:35 dansut Exp $ */
/* modules */
.module {padding:0.5em; margin:0.5em;}
.module ul {margin:0; padding:0; list-style:none;}
@@ -37,3 +37,9 @@ table {border-collapse:collapse; border-spacing:0; padding:0; margin:0; w
.highlight {font-weight:bolder;}
.popup {width:250px; background:#fff; padding:0.5em; border:1px solid #999;}
.closebutton {position:absolute; top:2px; right:2px;}
+
+/* stuff that was in base.css that the basic, clean, lessneat, & blueprint styles need - for now */
+.navbar ul {padding:0; margin:0; list-style:none;}
+.navbar ul li {float:left;}
+.icon,.icon:hover,
+a.icon,a.icon:hover {border:0px;}