Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'examples/assets/css/bootstrap-js.css')
-rw-r--r--examples/assets/css/bootstrap-js.css36
1 files changed, 0 insertions, 36 deletions
diff --git a/examples/assets/css/bootstrap-js.css b/examples/assets/css/bootstrap-js.css
deleted file mode 100644
index 1c741e3cbd..0000000000
--- a/examples/assets/css/bootstrap-js.css
+++ /dev/null
@@ -1,36 +0,0 @@
-body {
- padding-bottom: 60px;
-}
-/* Topbar special styles
--------------------------------------------------- */
-div.topbar-wrapper {
- position: relative;
- height: 40px;
- margin: 5px 0 15px;
-}
-div.topbar-wrapper div.topbar {
- position: absolute;
- margin: 0 -20px;
-}
-
-div.topbar-wrapper div.topbar .fill {
- padding-left: 20px;
- padding-right: 20px;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
-}
-
-div.topbar-wrapper .container {
- width: auto;
-}
-
-/* Pretty Print
--------------------------------------------------- */
-PRE.prettyprint {
- overflow: hidden;
-}
-
-section {
- padding-top: 60px;
-} \ No newline at end of file