diff options
| author | Chris Rebert <[email protected]> | 2015-01-05 11:38:38 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-01-05 11:38:38 -0800 |
| commit | 0075de8ee86cb503f3258e9baadbe66a5bdb9afa (patch) | |
| tree | de1a469dc6e27689991cbce9625e2640ad02a779 /scss | |
| parent | 6cb417616ca9524d364742c0e32e374416ef2fec (diff) | |
| parent | 00e6fae8fbecab9be20de67815a1e0f19a9c3ae3 (diff) | |
| download | bootstrap-0075de8ee86cb503f3258e9baadbe66a5bdb9afa.tar.xz bootstrap-0075de8ee86cb503f3258e9baadbe66a5bdb9afa.zip | |
Merge pull request #40 from twbs/bye-affix
Remove affix from docs & CSS; add migration guidance
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_utilities.scss | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scss/_utilities.scss b/scss/_utilities.scss index 5e297fc75..09f569834 100644 --- a/scss/_utilities.scss +++ b/scss/_utilities.scss @@ -61,11 +61,6 @@ } -// For Affix plugin -.affix { - position: fixed; -} - // Alignment .text-left { text-align: left; } .text-right { text-align: right; } |
