new design for HTML pages
[ppastats.git] / www / css / ppastats.css
index f7fec11..ba76347 100644 (file)
@@ -1,56 +1,7 @@
-body {
-    padding: 1em 1em 1em 1em;
-    font-family: "Ubuntu", sans-serif;
-    color: #000;
-    background-color: #fff;
+table.jqplot-table-legend {
+    width: auto;
 }
 
-em {
-    font-weight: bold;
-    font-style: normal;
+#pkgs, #distros > ul, #versions > ul{
+    list-style-type: none;
 }
-
-a {
-    color: #1982D1;
-    font-style: normal;
-    text-decoration: none;
-}
-
-a:hover {
-    text-decoration: underline;
-}
-
-#charts {
-    color: #000;
-    float: right;
-    width: 80%;
-    margin: 0 0 0 0;
-    padding: 0 0 0 0;
-}
-
-#details {
-    width: 20%;
-    float: left;
-}
-
-li {
-    list-style: none;
-    padding: 0em 0em 0em 1em;
-}
-
-h1 {
-    text-transform: uppercase;
-}
-
-ul {
-    margin: 0 0 0 0;
-    padding: 0 0 0;
-}
-
-#footer {
-    padding-top: 2em;
-    color: #666;
-    clear: both;
-    text-align: right;
-    font-size: 75%;
-}
\ No newline at end of file