diff options
author | Frankie B <git@diskfloppy.me> | 2023-08-26 01:20:28 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-08-26 01:20:28 +0100 |
commit | 99701deacd2ad3ef21bd9715669550432ec91c0b (patch) | |
tree | 0cee3d3d1fe7867d053ab8a9d7c9e57cead32f25 /public/css | |
parent | b833a402d2a0a729de1fbcc7e6b6b980c7063494 (diff) |
Update computers page design
Diffstat (limited to 'public/css')
-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; +} |