aboutsummaryrefslogtreecommitdiff
path: root/docs/assets
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-11-30 22:05:49 -0800
committerJacob Thornton <[email protected]>2011-11-30 22:05:49 -0800
commitb1cba98aab5ee2d0576bbbbb92ba3488516290eb (patch)
treecb938e0ba8f666ffbd8e6436b8e3b4fb1490adc4 /docs/assets
parentdc628c9115b74e49940c0cc200a8914232c9d2a2 (diff)
parentbc51c15709469fd0c2e78886a15e849626a8f191 (diff)
downloadbootstrap-b1cba98aab5ee2d0576bbbbb92ba3488516290eb.tar.xz
bootstrap-b1cba98aab5ee2d0576bbbbb92ba3488516290eb.zip
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
Conflicts: bootstrap.css
Diffstat (limited to 'docs/assets')
-rw-r--r--docs/assets/css/docs.css62
1 files changed, 0 insertions, 62 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 0873d443f..a7b52821e 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -39,45 +39,6 @@ body > .navbar-fixed .brand:hover {
}
-/* Github buttons
--------------------------------------------------- */
-.github-btn + .github-btn {
- margin-left: 10px;
-}
-.github-btn {
- display: inline-block;
- height: 20px;
- overflow: hidden;
-}
-.github-btn .btn,
-.github-btn .count {
- float: left;
- padding: 1px 5px 1px 4px;
- font-size: 11px;
- font-weight: bold;
- line-height: 16px;
- color: #666;
- text-shadow: 0 1px 0 #fff;
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
-}
-.github-btn .btn {
- box-shadow: none;
-}
-.github-btn .github-ico {
- float: left;
- margin-right: 4px;
- opacity: .65;
-}
-.github-btn .count {
- display: inline-block;
- margin-left: 2px;
- background-color: #fff;
- border: 1px solid #ddd;
-}
-
-
/* Jumbotrons
-------------------------------------------------- */
.jumbotron {
@@ -304,13 +265,6 @@ body > .navbar-fixed .brand:hover {
margin-left: 10px;
}
-/* scrollspy docs */
-
-.scrollspy-example {
- overflow: auto;
- height: 200px;
- position: relative;
-}
/* Popover docs
-------------------------------------------------- */
@@ -473,19 +427,3 @@ h2 + table {
}
}
-#accordion dt a{
- display:block;
- padding: 9px 15px;
- line-height: 1;
- background-color: whiteSmoke;
- border: 1px solid #EEE;
- border-top-color: #fff;
-}
-
-#accordion dt:first-child a {
- border-top-color:#eee;
-}
-
-#accordion dd p {
- padding: 10px;
-} \ No newline at end of file