diff options
Diffstat (limited to 'res')
-rwxr-xr-x | res/css/global.css | 9 |
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 |