diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/pages/about.css | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/data/pages/about.css b/data/pages/about.css index 37f1cc066..af498283d 100644 --- a/data/pages/about.css +++ b/data/pages/about.css @@ -45,3 +45,36 @@ font-size: 1.5em; text-align: right; } + +/* about:memory */ + +.memory-table caption +{ + margin-bottom: 0.5em; +} + +.memory-table +{ + margin: 14px; + width: 75%; + border-collapse: collapse; +} + +.memory-table th +{ + padding: 2px; + background:#b9c9ff; + border-top: 4px solid #aabcff; + border-bottom: 1px solid #fff; + color: #039; +} + +.memory-table td +{ + padding: 2px; + background: #e8edff; + border-bottom: 1px solid #fff; + color: #669; + border-top: 1px solidtransparent; +} + |