diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/css/master.css | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/public/css/master.css b/public/css/master.css index 00d1fa9..24631ee 100644 --- a/public/css/master.css +++ b/public/css/master.css @@ -342,3 +342,32 @@ table.info-table tr td small { a:hover { text-decoration: underline; } + +.computer { + width: 100%; +} + +.computer td { + border: none; +} + +.computer h1, +.computer hr { + margin: 0; +} + +.computer .computer-image { + width: 256px; +} + +.spec { + padding-left: 20px; +} + +.spec-title { + font-weight: bold; +} + +.computer-specs { + margin-top: 5px; +} |