Skip to content

Commit

Permalink
css updates
Browse files Browse the repository at this point in the history
* removed duplicated margin
* removed line_height and font-size of container

Signed-off-by: Adrian Matejov <a.matejov@centrum.sk>
  • Loading branch information
Adman committed Feb 21, 2015
1 parent 845f590 commit a96bc96
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions share/spice/similar_sites/similar_sites.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,15 @@
vertical-align: middle;
}

.zci--similar_sites #container {
line-height: 25px;
font-size: 16px;
}

.zci--similar_sites #container div {
margin-bottom: 5px;
}

.zci--similar_sites #container div > a {
font-size: 1.357em;
font-weight: 300;
margin-left: 10px;
vertical-align: middle;
margin-left: 5px;
margin-left: 10px;
}

.zci--similar_sites .vertical_roller {
Expand All @@ -34,11 +28,12 @@

.zci--similar_sites #more_info {
border-top: 1px solid #ddd;
padding-top: 10px;
padding-top: 15px;
margin-top: 15px;
}

.zci--similar_sites #more_info span {
font-size: 0.82em;
font-size: 0.929em;
}

.zci--similar_sites #more_at {
Expand Down

0 comments on commit a96bc96

Please sign in to comment.