now i'm just fixing other things :)

This commit is contained in:
Scott O'Hara 2013-09-15 22:07:16 -04:00
parent ee7d9cce3b
commit 94493c97ab
3 changed files with 10 additions and 5 deletions

View file

@ -24,11 +24,14 @@
&.int-Gall{
li{
border:1px solid #ccc;
margin:0 .5% 12px;
width:24%;
@media (max-device-width:480px), screen and (max-width:800px){
width:49%
}
}
a{padding:0;}
}
}

View file

@ -1396,10 +1396,12 @@ a {
padding: 0 8px;
display: block; }
.website-Gallery.int-Gall li {
border: 1px solid #ccc;
margin: 0 .5% 12px;
width: 24%; }
.website-Gallery.int-Gall a {
padding: 0; }
@media (max-device-width: 480px), screen and (max-width: 800px) {
.website-Gallery.int-Gall li {
width: 49%; } }
.neo-SS, .neo-Screen-Shot {
background: #fff;

File diff suppressed because one or more lines are too long