adding bootstrap layout.

This commit is contained in:
Keivan Beigi
2013-01-16 16:39:42 -08:00
committed by kay.one
parent e4f2121e25
commit 8088872b92
213 changed files with 66623 additions and 4 deletions
+36
View File
@@ -0,0 +1,36 @@
.stat-item {
background: whiteSmoke;
font-weight: 100;
}
.user-stats {
margin-bottom: 30px;
}
.stat-value {
font-size: 50px;
padding-bottom: 20px;
padding-left: 5px;
border-bottom-style: solid;
border-bottom-width: 10px;
}
.stat-size {
color: #1081CD;
}
.stat-count {
color: #8EBD40;
}
.stat-last-backup {
color: #988CC3;
}
.stat-lable {
color: #57606B;
margin-bottom: 15px;
padding-left: 5px;
}