mediaborder image styling should only apply to description tab

pull/1/head
Andromeda Yelton 2012-05-17 10:50:22 -04:00
parent 7bd9f28770
commit b7acd528e5
2 changed files with 2 additions and 2 deletions

View File

@ -368,7 +368,7 @@ div#content-block-content {
div#content-block-content a {
color: #6994a3;
}
div#content-block-content img {
div#content-block-content #tabs-1 img {
padding: 5px;
border: solid 5px #EDF3F4;
}

View File

@ -137,7 +137,7 @@ div#content-block-content {
color: @medium-blue;
}
img {
#tabs-1 img {
.mediaborder;
}
}