Add power button images
[invirt/packages/invirt-web.git] / code / static / style.css
index 91ca503..ef294ad 100644 (file)
@@ -11,10 +11,6 @@ html {
 body {
     font-family: Tahoma, Sans, sans-serif;
 }
-h1, h2, h3, h4, h5, h6 {
-    font-family: "Trebuchet MS", Trebuchet, Sans, sans-serif;
-    font-weight: bold;
-}
 pre, code, samp, kbd, tt {
     font-family: "Bitstream Vera Sans Mono", "Luxi Mono", "Courier New", monospace;
     font-size: 100%;
@@ -77,3 +73,12 @@ td.error {
 .loggedin .name {
   font-weight: bold;
 }
+
+/* Striping applied (by JavaScript) to every other row in /list. */
+tr.stripedrow {
+  background-color: #DDF;
+}
+
+#machinelist tr > td:first-child {
+  padding-right: 1em;
+}