diff options
| author | Mark Otto <[email protected]> | 2011-10-11 21:49:37 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-11 21:49:37 -0700 |
| commit | 12af75eef48a61357a3ab8714fa53b231ebfe40b (patch) | |
| tree | 2a801a55d543ba65a06a4a3cc225374177e0c89f /lib | |
| parent | b8a4921b5794f11c24100e2701f0df228d607698 (diff) | |
| download | bootstrap-12af75eef48a61357a3ab8714fa53b231ebfe40b.tar.xz bootstrap-12af75eef48a61357a3ab8714fa53b231ebfe40b.zip | |
updated pills to include vertical (stacked) variation in patterns and documentation
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/patterns.less | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index bc70f0bf3..e9f9ca72f 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -412,6 +412,13 @@ a.menu:after, background-color: @linkColor; } } +// Stacked pills +.pills-vertical { + > li { + float: none; + } +} + // For js-enabled tabbed areas .tab-content, |
