diff options
Diffstat (limited to 'static/css')
-rw-r--r-- | static/css/patches.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/css/patches.css b/static/css/patches.css index 15fe762..39cc8bc 100644 --- a/static/css/patches.css +++ b/static/css/patches.css @@ -30,9 +30,10 @@ td, th { padding: 10px; } -div.patch { +div.patch, div.quicklinks, div.framed { margin: 30px; padding: 15px; background-color: #eee; border: 1px solid black; } + |