Browse Source

fix thumbnail margin

sisyphus
Dustin Falgout 9 years ago
parent
commit
6308da8c42
  1. 6
      themes/antergos/css/style.css

6
themes/antergos/css/style.css

@ -126,7 +126,7 @@ a {
display: block; display: block;
max-height: 95px; max-height: 95px;
transition: background 0.4s ease-in; transition: background 0.4s ease-in;
margin-bottom: 18px; margin-bottom: 12px;
} }
.bg-switch .bgs .bg:hover { .bg-switch .bgs .bg:hover {
background: rgba(255,255,255,0.3); background: rgba(255,255,255,0.3);
@ -145,10 +145,6 @@ a {
transition: all 0.3s linear; transition: all 0.3s linear;
} }
.bg-switch .bgs .bg img:hover {
border-color: #ececec;
}
.hovered { .hovered {
text-decoration: none; text-decoration: none;
background-color: #ECF0F1; background-color: #ECF0F1;

Loading…
Cancel
Save