[med-svn] r1002 - in trunk/community/website: img inc
hanska-guest at alioth.debian.org
hanska-guest at alioth.debian.org
Mon Dec 24 14:22:45 UTC 2007
Author: hanska-guest
Date: 2007-12-24 14:22:45 +0000 (Mon, 24 Dec 2007)
New Revision: 1002
Added:
trunk/community/website/img/deb-icon.png
Modified:
trunk/community/website/inc/style.css
Log:
Fixing style :)
Added: trunk/community/website/img/deb-icon.png
===================================================================
(Binary files differ)
Property changes on: trunk/community/website/img/deb-icon.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/community/website/inc/style.css
===================================================================
--- trunk/community/website/inc/style.css 2007-12-24 14:17:32 UTC (rev 1001)
+++ trunk/community/website/inc/style.css 2007-12-24 14:22:45 UTC (rev 1002)
@@ -464,6 +464,41 @@
font-weight:bold;
}
+table.project {
+ border-spacing: 0px;
+ margin-bottom: 2em;
+ border: 1px solid blue;
+ width: 100%;
+}
+
+tr.deb-official {
+ background-color: #cf9;
+}
+
+tr.deb-inofficial {
+ background-color: #ff9;
+}
+
+tr.deb-not-available {
+ background-color: #fc9;
+}
+
+td.project-license {
+ text-align: right;
+ border-bottom: 1px dotted blue;
+ padding: 3px;
+}
+
+td.project-name {
+ border-bottom: 1px dotted blue;
+ padding: 3px;
+}
+
+td.project-description {
+ text-align: justify;
+ padding: 3px;
+}
+
.messageBody{
margin:1.5em 0em;
padding:0.25em 0em;
More information about the debian-med-commit
mailing list