Difference between revisions of "User:Xyz/common.css"
Jump to navigation
Jump to search
(Created page with ".tile-container td { border: 1px solid #eee; vertical-align: top; }") |
|||
Line 1: | Line 1: | ||
.tile-container td { | .tile-container td { | ||
− | + | border: 1px solid #eee; | |
− | + | vertical-align: top; | |
+ | } | ||
+ | .tile { | ||
+ | width: 100%; | ||
} | } |
Revision as of 18:42, 22 July 2013
.tile-container td {
border: 1px solid #eee;
vertical-align: top;
}
.tile {
width: 100%;
}