[Zope3-checkins] CVS: Zope3/src/zope/app/browser/skins/rotterdam -
site_management.css:1.2
Anthony Baxter
anthony at interlink.com.au
Sun Feb 8 20:06:58 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/browser/skins/rotterdam
In directory cvs.zope.org:/tmp/cvs-serv4573
Modified Files:
site_management.css
Log Message:
color, whitespace, spacing cleanup.
=== Zope3/src/zope/app/browser/skins/rotterdam/site_management.css 1.1 => 1.2 ===
--- Zope3/src/zope/app/browser/skins/rotterdam/site_management.css:1.1 Sat Feb 7 21:39:40 2004
+++ Zope3/src/zope/app/browser/skins/rotterdam/site_management.css Sun Feb 8 20:06:57 2004
@@ -1,6 +1,10 @@
/*
-** Customisations for the Site Management view (usage="siteobjectview")
+** Customisations for the Site Management view
+** Used when the URL contains ++etc++site
*/
+a {
+ color: #963;
+}
#actions {
background: #963;
@@ -38,4 +42,13 @@
.itemViews a:hover {
background-color: #963;
color: White;
+}
+
+hr {
+ color: #963;
+}
+
+
+h1, h2, h3, h4, h5, h6 {
+ border-bottom: 1px solid #963;
}
More information about the Zope3-Checkins
mailing list