2
0
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:
Mark Otto
2011-08-22 12:50:30 -07:00
parent 16064bed2d
commit d324a24268
4 changed files with 96 additions and 3 deletions
+7 -1
View File
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Mon Aug 22 12:34:49 PDT 2011
* Date: Mon Aug 22 12:48:23 PDT 2011
*/
/* Reset.less
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
@@ -1398,6 +1398,7 @@ table .headerSortUp.purple, table .headerSortDown.purple {
}
.hero-unit {
background-color: #f5f5f5;
margin-top: 60px;
margin-bottom: 30px;
padding: 60px;
-webkit-border-radius: 6px;
@@ -1415,6 +1416,11 @@ table .headerSortUp.purple, table .headerSortDown.purple {
font-weight: 200;
line-height: 27px;
}
footer {
margin-top: 17px;
padding-top: 17px;
border-top: 1px solid #eee;
}
.page-header {
margin-bottom: 17px;
border-bottom: 1px solid #ddd;