mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
moving structure around + more work on builder...
This commit is contained in:
13
less/patterns.less
Normal file
13
less/patterns.less
Normal file
@@ -0,0 +1,13 @@
|
||||
// Patterns.less
|
||||
// Repeatable UI elements outside the base styles provided from the scaffolding
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
|
||||
// PAGE HEADERS
|
||||
// ------------
|
||||
|
||||
footer {
|
||||
padding-top: @baseLineHeight - 1;
|
||||
margin-top: @baseLineHeight - 1;
|
||||
border-top: 1px solid #eee;
|
||||
}
|
||||
Reference in New Issue
Block a user