diff options
Diffstat (limited to 'static/css')
-rw-r--r-- | static/css/patches.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/static/css/patches.css b/static/css/patches.css index 6c7509e..57c29b0 100644 --- a/static/css/patches.css +++ b/static/css/patches.css @@ -29,3 +29,9 @@ table.packagelisting td, table.packagelisting th { td, th { padding: 10px; } + +div.patch { + margin: 30px; + padding: 15px; + background-color: #eee; +} |