2011-11-26 13:34:55 +08:00
|
|
|
// Patterns.less
|
|
|
|
// Repeatable UI elements outside the base styles provided from the scaffolding
|
|
|
|
// ----------------------------------------------------------------------------
|
2011-05-04 09:09:25 +08:00
|
|
|
|
2011-08-17 13:58:01 +08:00
|
|
|
|
2011-08-21 09:58:12 +08:00
|
|
|
// PAGE HEADERS
|
|
|
|
// ------------
|
|
|
|
|
2011-08-23 03:50:30 +08:00
|
|
|
footer {
|
2011-10-04 15:20:38 +08:00
|
|
|
padding-top: @baseLineHeight - 1;
|
2011-11-17 17:28:42 +08:00
|
|
|
margin-top: @baseLineHeight - 1;
|
2011-08-23 03:50:30 +08:00
|
|
|
border-top: 1px solid #eee;
|
|
|
|
}
|