diff options
| author | Mark Otto <[email protected]> | 2011-09-12 19:40:48 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-12 19:40:48 -0700 |
| commit | 2978934bd529e9cd5b1182d1df98b9942066beda (patch) | |
| tree | f801bdf742e2fc65e6feb2a96b15294ce6393f9c /lib | |
| parent | 218976a7d8a3b2b39363bf939cf914250c0c9930 (diff) | |
| download | bootstrap-2978934bd529e9cd5b1182d1df98b9942066beda.tar.xz bootstrap-2978934bd529e9cd5b1182d1df98b9942066beda.zip | |
remove adaptive, recomment theme.less to avoid comments in compiled
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/adaptive.less | 57 | ||||
| -rw-r--r-- | lib/theme.less | 13 |
2 files changed, 5 insertions, 65 deletions
diff --git a/lib/adaptive.less b/lib/adaptive.less deleted file mode 100644 index ef3054d3e..000000000 --- a/lib/adaptive.less +++ /dev/null @@ -1,57 +0,0 @@ -/* Responsive.less - * Adjusted grid styles to handle some common screen sizes - * ------------------------------------------------------- */ - - -// MOBILE PORTRAIT & LANDSCAPE -// --------------------------- -// For devices narrower than 480px -@media only screen and (max-width: 480px) { - - // Remove fixed width of containers - .container { - width: auto; - padding: 0 10px; - } - - // Undo the floating of columns - .row { - margin-left: 0; - } - .row [class^="span"] { - float: none; - width: 100%; - display: block; - margin-left: 0; - } - - // Stack form elements instead of floating them - fieldset legend { - margin-left: 0; - } - label { - float: none; - width: auto; - text-align: left; - } - div.input { - margin-left: 0; - width: 100%; - } - .input-xxlarge, - input.xxlarge, - textarea.xxlarge, - select.xxlarge { - width: 80%; - } - - // Adjust modal - .modal-backdrop { - padding: 10px; - } - .modal { - width: 100%; - margin: 0; - left: auto; - } -}
\ No newline at end of file diff --git a/lib/theme.less b/lib/theme.less index b56111c06..c61da444c 100644 --- a/lib/theme.less +++ b/lib/theme.less @@ -33,9 +33,6 @@ - - - // COMING SOON... // -------------- @@ -55,8 +52,8 @@ @gridGutterWidth: 20px; -/* -TODO: -- add ability to set app/site-wide base font-face (need better variables: @baseFontSize, @baseFontFace, @baseLineHeight, etc) -- add new docs section for Theme.less -*/
\ No newline at end of file +// +// TODO: +// - add ability to set app/site-wide base font-face (need better variables: @baseFontSize, @baseFontFace, @baseLineHeight, etc) +// - add new docs section for Theme.less +//
\ No newline at end of file |
