]> git.deb.at Git - deb/packages.git/blobdiff - static/debpkg.css
Use background-color for versions, more visible
[deb/packages.git] / static / debpkg.css
index 95830bbf371c026a29bf5359a5a9b4ad85a77ddd..aa484e534d224c66b8d2e6d2df427dad48fe5adb 100644 (file)
@@ -219,6 +219,7 @@ div#pothers {
        border-bottom: 1px solid #a9abb3;
        border-top: 1px solid #a9abb3;
        width: 100%;
+       font-size: 0.75em;
 }
 #pdeplegend td li {
        padding-left:0;
@@ -304,3 +305,12 @@ td {
 }
 th {
 }
+.vcurrent {
+       background-color: #bfb;
+}
+.volder {
+       background-color: #ffb;
+}
+.vold {
+       background-color: #fbb;
+}