| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
input-prepend/append for responsive for both fluid and fixed sizing
|
|
|
|
|
|
adding the `&` combinator to `.placeholder` makes it work for the global case (in forms.less) as well as within `.navbar-search .search-query`
the result can be seen in the generated bootstrap.css, which include the -ms vendor extension.
|
|
|
|
|
|
|
|
(http://msdn.microsoft.com/en-us/library/ie/hh772745(v=vs.85).aspx)
|
|
|
|
|
|
|
|
|
|
inline-block, fix height issue on textareas
|
|
|
|
2.0.4-wip-forms
|
|
|
|
few other cleanup tidbits
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Synchro-hyphenation
|
|
|
|
|
|
In less/mixins.less this mixin is being created with @placeholderText
color as default, which is actually set as @placeholderText: @grayLight
in less/variables.less so it's redundant to make call like this:
.placeholder(@grayLight);
|
|
|
|
|
|
|
|
setting block back to inline-block (oversight of 2.0.3)
|
|
|
|
|
|
|
|
|
|
|
|
responsive affects it
|
|
float on thumbnails > li
|
|
perfect, but mostly solid
|
|
|
|
|
|
|
|
|
|
|