final css of the night...

This commit is contained in:
Scott O'Hara 2013-09-15 22:12:26 -04:00
parent 94493c97ab
commit d56eaa1822
3 changed files with 6 additions and 3 deletions

View file

@ -31,6 +31,9 @@
@media (max-device-width:480px), screen and (max-width:800px){
width:49%
}
a{
padding:8px;
}
}
}
}
@ -49,7 +52,6 @@
-moz-background-size:cover!important;
-webkit-background-size:cover!important;
background-size:cover!important;
border:1px solid #ccc;
display:block;
}

View file

@ -1402,6 +1402,8 @@ a {
@media (max-device-width: 480px), screen and (max-width: 800px) {
.website-Gallery.int-Gall li {
width: 49%; } }
.website-Gallery.int-Gall li a {
padding: 8px; }
.neo-SS, .neo-Screen-Shot {
background: #fff;
@ -1418,7 +1420,6 @@ a {
-moz-background-size: cover !important;
-webkit-background-size: cover !important;
background-size: cover !important;
border: 1px solid #ccc;
display: block; }
.hp-Gallery img, .neo-Screen-Shot img {

File diff suppressed because one or more lines are too long