aboutsummaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rwxr-xr-xres/css/global.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/css/global.css b/res/css/global.css
index 8d2ff53..ad2f553 100755
--- a/res/css/global.css
+++ b/res/css/global.css
@@ -268,3 +268,12 @@ body {
font-family: sans-serif;
margin: 0px;
}
+
+table.computers {
+ width: 100%;
+}
+
+td.computer {
+ width: 50%;
+ border: 0px;
+} \ No newline at end of file