[med-svn] r3804 - trunk/community/website/inc
Andreas Tille
tille at alioth.debian.org
Sun Aug 23 15:48:39 UTC 2009
Author: tille
Date: 2009-08-23 15:48:39 +0000 (Sun, 23 Aug 2009)
New Revision: 3804
Modified:
trunk/community/website/inc/style.css
Log:
Style for new features registration / publication
Modified: trunk/community/website/inc/style.css
===================================================================
--- trunk/community/website/inc/style.css 2009-08-21 13:44:18 UTC (rev 3803)
+++ trunk/community/website/inc/style.css 2009-08-23 15:48:39 UTC (rev 3804)
@@ -278,6 +278,30 @@
background:#eef4eb;
}
+.registration {
+ padding: 2px 0px 2px 0px;
+ margin-top: 7px;
+ text-align:left;
+ border-top:1px dotted #8CACBB;
+ background:#ffebeb;
+}
+
+.registrationlink {
+ font-weight:bold;
+}
+
+.published {
+ padding: 2px 0px 2px 0px;
+ margin-top: 7px;
+ text-align:left;
+ border-top:1px dotted #8CACBB;
+ background:#ebebff;
+}
+
+.title {
+ font-style:italic;
+}
+
table.columns{
width:100%;
padding:0em;
@@ -1007,3 +1031,8 @@
td.footnotecontent {
padding:0pt;
}
+
+td.outdated {
+ font-weight:bold;
+ border-top:1px solid #8C0000;
+}
More information about the debian-med-commit
mailing list