diff options
| -rw-r--r-- | public/theme/base.css | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/public/theme/base.css b/public/theme/base.css index 856878b18..5e9b1990d 100644 --- a/public/theme/base.css +++ b/public/theme/base.css @@ -394,7 +394,6 @@ input { } .flux { - font-family: Palatino, "Times New Roman", serif; border-left: 10px solid #aaa; background: #fafafa; } @@ -402,7 +401,9 @@ input { background: #fff; } .flux .content { - padding: 20px 100px; + max-width: 550px; + margin: 0 auto; + padding: 10px; line-height: 170%; } .flux .content h1, .flux .content h2, .flux .content h3 { @@ -609,9 +610,6 @@ input { .flux_header .item.website { width: 20px; } - .flux .content { - padding: 10px; - } .pagination .pager-previous, .pagination .pager-next { width: 100px; } |
