Skip to content

Commit

Permalink
fixes for IE8
Browse files Browse the repository at this point in the history
  • Loading branch information
midnightmonster committed Nov 9, 2011
1 parent 7f51924 commit 31943b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion www/css/bootstrap.css
Expand Up @@ -267,7 +267,7 @@ a:hover {
[class*="span"] {
display: inline;
float: left;
margin-right: 20px;
margin-left: 20px;
margin-bottom: 30px;
}
.span1 {
Expand Down
9 changes: 3 additions & 6 deletions www/css/style.css
Expand Up @@ -15,9 +15,6 @@ body > .container.home {
.container.home [class*="span"] {
margin-bottom: 0px; }

.row [class*="span"]:last-child {
margin-right: 0px; }

.gradient.primary {
background: #70a3d1; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
Expand Down Expand Up @@ -111,15 +108,15 @@ body > .container.home {
position:absolute;
border-color:rgba(255,255,255,0);
border-width:6px;
border-style:solid;
border-style:none;
top:0px; margin:-6px 0 0 -6px; }
.feat_photos div:hover {
-webkit-transition: border-color linear 0.15s;
-moz-transition: border-color linear 0.15s;
-ms-transition: border-color linear 0.15s;
-o-transition: border-color linear 0.15s;
transition: border-color linear 0.15s;
border-color:rgba(255,255,255,100);
border-color:#fff;
border-style:solid; }

#p1 { width:199px; height:199px; left:0px; }
Expand All @@ -134,7 +131,7 @@ body > .container.home {
#p10{ width:122px; height:200px; left:816px; top:200px; }

.row {
margin: 20px 0px 0px 0px; }
margin-top: 20px; }

.row:first-child {
margin-top:0;
Expand Down

0 comments on commit 31943b6

Please sign in to comment.