aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--en/index.php6
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">