Skip to content

Commit

Permalink
remove tiles box-shadow-inset
Browse files Browse the repository at this point in the history
  • Loading branch information
olton committed Apr 10, 2012
1 parent 8133f99 commit fb46a72
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
7 changes: 3 additions & 4 deletions demo/css/metro.css
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ html[xmlns] .clearfix {
color: #fff;
margin: 5px;
float: left;
box-shadow: inset 0px 0px 3px #fff;
position: relative;
cursor: pointer;
overflow: hidden;
Expand Down Expand Up @@ -329,11 +328,11 @@ html[xmlns] .clearfix {
font-size: 12px;
}
.metro .metro-sections .metro-section .tile .tile-image {
padding: 1px;
padding: 0px;
}
.metro .metro-sections .metro-section .tile .tile-image img {
max-height: 99%;
width: 100%;
min-height: 100%;
min-width: 100%;
}
.metro .metro-sections .metro-section .tile .tile-content-main {
height: 150px;
Expand Down
8 changes: 4 additions & 4 deletions less/tiles.less
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
color: #fff;
margin: @tileMargin;
float: left;
box-shadow: inset 0px 0px 3px #fff;
//box-shadow: inset 0px 0px 1px #FFFFCC;
position: relative;
cursor: pointer;
overflow: hidden;
Expand Down Expand Up @@ -128,11 +128,11 @@
}

.tile-image {
padding: 1px;
padding: 0px;

img {
max-height: 99%;
width: 100%;
min-height: 100%;
min-width: 100%;
}
}

Expand Down

0 comments on commit fb46a72

Please sign in to comment.