mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
adding first template to the repo for a generic website page
This commit is contained in:
+6
-1
@@ -254,6 +254,7 @@
|
||||
|
||||
.hero-unit {
|
||||
background-color: #f5f5f5;
|
||||
margin-top: 60px;
|
||||
margin-bottom: 30px;
|
||||
padding: 60px;
|
||||
.border-radius(6px);
|
||||
@@ -269,7 +270,11 @@
|
||||
line-height: @baseline * 1.5;
|
||||
}
|
||||
}
|
||||
|
||||
footer {
|
||||
margin-top: @baseline - 1;
|
||||
padding-top: @baseline - 1;
|
||||
border-top: 1px solid #eee;
|
||||
}
|
||||
|
||||
// PAGE HEADERS
|
||||
// ------------
|
||||
|
||||
Reference in New Issue
Block a user