mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
14 lines
324 B
Plaintext
14 lines
324 B
Plaintext
// 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;
|
|
}
|