1
0
mirror of https://e.coding.net/circlecloud/McAccount.git synced 2024-10-31 22:18:55 +00:00
McAccount/View/public/css/compiled/grids.css

17 lines
366 B
CSS
Raw Normal View History

2015-10-13 06:26:47 +00:00
.grid-wrapper {
margin-bottom: 60px; }
.grid-wrapper .head {
margin-bottom: 30px; }
.show-grid {
margin-top: 10px;
margin-bottom: 20px; }
.show-grid [class*="span"] {
background-color: #eee;
text-align: center;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
min-height: 40px;
line-height: 40px; }