diff --git a/css/style.css b/css/style.css index fa12eaf00..add05b85a 100644 --- a/css/style.css +++ b/css/style.css @@ -27,8 +27,13 @@ header { text-decoration: none; } -#article header .vieworiginal a { +#article article { + border-bottom: 1px solid #222222; +} + +.vieworiginal a { color: #888888; + text-decoration: none; } #main, #article { @@ -44,11 +49,11 @@ header { #main ul#links li { display: inline; } -#links a, #backhome a{ +#links a, .backhome a{ text-decoration: none; padding: 5px 10px; } -#links a:hover, #backhome a{ +#links a:hover, .backhome a{ -webkit-border-radius: 2px; border-radius: 2px; background-color: #040707; diff --git a/tpl/index.html b/tpl/index.html index 5d7baa89b..c8b54c844 100755 --- a/tpl/index.html +++ b/tpl/index.html @@ -14,18 +14,22 @@
-
+

{$title}

- +
{$content}
+ +
+ +
{include="footer"}