diff options
author | filip <filip.komar@gmail.com> | 2015-04-28 22:53:16 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2015-04-28 22:53:16 +0200 |
commit | 10185d2fdab43c181ea4bb08d22c13934e65603b (patch) | |
tree | ba09b82e184f70e5c76de654e92b3c8adbbbe28b /en/index.php | |
parent | 24bf0021f9d1dee642173e76ed98ce34081cd44e (diff) | |
download | www-10185d2fdab43c181ea4bb08d22c13934e65603b.tar www-10185d2fdab43c181ea4bb08d22c13934e65603b.tar.gz www-10185d2fdab43c181ea4bb08d22c13934e65603b.tar.bz2 www-10185d2fdab43c181ea4bb08d22c13934e65603b.tar.xz www-10185d2fdab43c181ea4bb08d22c13934e65603b.zip |
some more css improvement for blog link on front page
Diffstat (limited to 'en/index.php')
-rw-r--r-- | en/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/en/index.php b/en/index.php index 5c816f4bd..e0be80ed5 100644 --- a/en/index.php +++ b/en/index.php @@ -184,7 +184,7 @@ $nav = array( //#up > .container { background: url(/g/5/background3.png) no-repeat 100% 100%; box-shadow: 20px 20px 20px 20px rgba(19, 25, 35,0.7) inset; overflow: hidden; } #up > .container { background: url(/g/4/background.png) no-repeat 100% 100%; } - #b1 { padding: 70px 70px 70px; } + #b1 { padding: 33px 70px 70px 70px; } #b2 { padding-left: 70px} #navb { @@ -214,7 +214,6 @@ overflow: hidden; } } } @media (min-width: 1200px) {} - #newslist { display: block; padding: 5px 10px; @@ -229,6 +228,7 @@ overflow: hidden; } color: #ddeeff; text-decoration: none; } + #newslist a:hover { color: #ffffff; } </style> <link rel="stylesheet" href="/g/fa/css/font-awesome.css"> </head> |