diff options
| author | 2012-10-25 00:31:10 +0200 | |
|---|---|---|
| committer | 2012-10-25 00:31:10 +0200 | |
| commit | 8d157046a425deeb48df0e2172eb5f0dec4d6114 (patch) | |
| tree | 89c22db1000d19f2ef554b167f3549e6bcec0cf2 /public/theme/base.css | |
| parent | 6723babdd65d946cdc7e315d7f11fb3ca0e455d3 (diff) | |
correction bug ajout flux + màj catégorie
Diffstat (limited to 'public/theme/base.css')
| -rw-r--r-- | public/theme/base.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/theme/base.css b/public/theme/base.css index 58720a038..7be77c863 100644 --- a/public/theme/base.css +++ b/public/theme/base.css @@ -285,6 +285,7 @@ form { margin: 20px 0; } .post.flux .content img { + margin: 10px; border-radius: 5px; } .post.flux .content pre { @@ -302,7 +303,7 @@ form { margin: 10px 0; padding: 0 20px; font-style: italic; - border-left: 2px solid #ccc; + border-left: 4px solid #ccc; color: #666; } .post.flux.not_read { |
