diff options
| author | Jacob Thornton <[email protected]> | 2013-07-28 22:16:17 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2013-07-28 22:16:17 -0700 |
| commit | a31c5cea422b858f546529009723c4d33dd0d0ea (patch) | |
| tree | d64384b0bd95a6ba608847fa6b8d7b403bac330a /assets/css/docs.css | |
| parent | e5a7af36d5a67bb4c3dfa5cc3e9924c3c901d0d3 (diff) | |
| parent | c9c2418a47cc887ea6bacd7783582741267dcd37 (diff) | |
| download | bootstrap-a31c5cea422b858f546529009723c4d33dd0d0ea.tar.xz bootstrap-a31c5cea422b858f546529009723c4d33dd0d0ea.zip | |
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Diffstat (limited to 'assets/css/docs.css')
| -rw-r--r-- | assets/css/docs.css | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/assets/css/docs.css b/assets/css/docs.css index 84cd80150..4cbe895ea 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -388,7 +388,6 @@ body { .bs-example-type .table td { color: #999; vertical-align: middle; - border-color: ; } .bs-example-type .table td, .bs-example-type .table th { @@ -749,11 +748,6 @@ input.focused { margin-bottom: 5px; } -/* Hide the top link initially */ -.bs-top { - display: none; -} - /* Responsive variations -------------------------------------------------- */ @@ -768,26 +762,6 @@ input.focused { /* Tablets and up */ @media screen and (min-width: 768px) { - /* Back to top link */ - .bs-top { - display: block; /* Unhide */ - float: left; - padding: 7px 15px; - font-weight: 500; - color: #999; - background-color: #eee; - border-radius: 4px; - } - .bs-top:hover { - color: #fff; - text-decoration: none; - background-color: #999; - } - .bs-top.affix { - position: fixed; - right: 15px; - bottom: 15px; - } .bs-header { font-size: 21px; text-align: left; |
