diff options
author | filip <filip.komar@gmail.com> | 2015-04-28 22:05:07 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2015-04-28 22:05:07 +0200 |
commit | 24bf0021f9d1dee642173e76ed98ce34081cd44e (patch) | |
tree | 1393dc7382a9bab4ad9cba7991a511d1d2950e3b /en | |
parent | 1ae07cd226f7526d10ecc6dc75e410d036b4a4ef (diff) | |
download | www-24bf0021f9d1dee642173e76ed98ce34081cd44e.tar www-24bf0021f9d1dee642173e76ed98ce34081cd44e.tar.gz www-24bf0021f9d1dee642173e76ed98ce34081cd44e.tar.bz2 www-24bf0021f9d1dee642173e76ed98ce34081cd44e.tar.xz www-24bf0021f9d1dee642173e76ed98ce34081cd44e.zip |
css improvement for blog link on front page
Diffstat (limited to 'en')
-rw-r--r-- | en/index.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/en/index.php b/en/index.php index f9bf60567..5c816f4bd 100644 --- a/en/index.php +++ b/en/index.php @@ -217,9 +217,8 @@ overflow: hidden; } #newslist { display: block; - padding: 10px 20px 10px 20px; - margin: 0px 0px 0px 70px; - margin-left: 70px; + padding: 5px 10px; + margin: 0px 70px; background: rgba(255,255,255, 0.1); border-radius: 4px; color: #ddeeff; @@ -228,6 +227,7 @@ overflow: hidden; } } #newslist a { color: #ddeeff; + text-decoration: none; } </style> <link rel="stylesheet" href="/g/fa/css/font-awesome.css"> |