Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Merge requests
  • !2875

2.0.3 wip

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/samsamm777/2.0.3-wip into master 13 years ago
  • Overview 0
  • Commits 134
  • Pipelines 0
  • Changes 82

Created by: samsamm777

Changed table hover effect to opt-in.

Compare
  • master (base)

and
  • latest version
    0c28150c
    134 commits, 2 years ago

82 files
+ 2659
- 1348

    Preferences

    File browser
    Compare changes
do‎cs‎
ass‎ets‎
c‎ss‎
bootstrap-re‎sponsive.css‎ +143 -145
bootst‎rap.css‎ +191 -120
docs‎.css‎ +1 -5
i‎co‎
apple-touch-icon-1‎44-precomposed.png‎ +0 -0
apple-touch-icon-‎72-precomposed.png‎ +0 -0
j‎s‎
bootstrap‎-alert.js‎ +6 -5
bootstrap‎-button.js‎ +2 -1
bootstrap-‎carousel.js‎ +17 -13
bootstrap-‎collapse.js‎ +26 -12
bootstrap-‎dropdown.js‎ +4 -2
bootstrap‎-modal.js‎ +13 -8
bootstrap-‎popover.js‎ +3 -5
bootstrap-s‎crollspy.js‎ +27 -7
bootstra‎p-tab.js‎ +8 -4
bootstrap-‎tooltip.js‎ +6 -5
bootstrap-t‎ransition.js‎ +26 -17
bootstrap-t‎ypeahead.js‎ +7 -4
bootst‎rap.zip‎ +0 -0
exam‎ples‎
fluid‎.html‎ +2 -1
hero‎.html‎ +1 -0
starter-te‎mplate.html‎ +1 -0
temp‎lates‎
pa‎ges‎
base-css‎.mustache‎ +57 -74
component‎s.mustache‎ +50 -63
download‎.mustache‎ +18 -5
index.m‎ustache‎ +1 -0
javascrip‎t.mustache‎ +52 -17
less.m‎ustache‎ +281 -33
scaffoldin‎g.mustache‎ +13 -16
layout.‎mustache‎ +2 -1
base-c‎ss.html‎ +59 -75
compone‎nts.html‎ +52 -64
downlo‎ad.html‎ +20 -6
exampl‎es.html‎ +2 -1
index‎.html‎ +3 -1
javascr‎ipt.html‎ +54 -18
less‎.html‎ +283 -34
scaffold‎ing.html‎ +9 -11
upgradi‎ng.html‎ +2 -1
j‎s‎
te‎sts‎
un‎it‎
bootstrap‎-alert.js‎ +15 -0
bootstrap-‎carousel.js‎ +28 -0
bootstrap-‎collapse.js‎ +15 -0
bootstrap‎-modal.js‎ +29 -0
bootstra‎p-tab.js‎ +16 -0
bootstrap-t‎ypeahead.js‎ +16 -0
index‎.html‎ +3 -1
bootstrap‎-alert.js‎ +6 -5
bootstrap‎-button.js‎ +2 -1
bootstrap-‎carousel.js‎ +17 -13
bootstrap-‎collapse.js‎ +26 -12
bootstrap-‎dropdown.js‎ +4 -2
bootstrap‎-modal.js‎ +13 -8
bootstrap-‎popover.js‎ +3 -5
bootstrap-s‎crollspy.js‎ +27 -7
bootstra‎p-tab.js‎ +8 -4
bootstrap-‎tooltip.js‎ +6 -5
bootstrap-t‎ransition.js‎ +26 -17
bootstrap-t‎ypeahead.js‎ +7 -4
le‎ss‎
te‎sts‎
css-te‎sts.css‎ +35 -0
css-tes‎ts.html‎ +329 -0
badge‎s.less‎ +0 -36
bootstr‎ap.less‎ +2 -3
button-gr‎oups.less‎ +40 -15
button‎s.less‎ +9 -2
close‎.less‎ +11 -0
dropdow‎ns.less‎ +8 -13
forms‎.less‎ +15 -6
labels-ba‎dges.less‎ +55 -0
label‎s.less‎ +0 -38
mixin‎s.less‎ +26 -11
navba‎r.less‎ +16 -6
navs‎.less‎ +13 -8
progress-‎bars.less‎ +14 -6
reset‎.less‎ +1 -1
responsive-12‎00px-min.less‎ +23 -0
responsive-7‎67px-max.less‎ +133 -0
responsive-76‎8px-979px.less‎ +15 -0
responsive-‎navbar.less‎ +131 -0
responsive-u‎tilities.less‎ +41 -0
respons‎ive.less‎ +13 -337
table‎s.less‎ +9 -1
variabl‎es.less‎ +8 -4
READ‎ME.md‎ +3 -3
docs/assets/css/bootstrap-responsive.css
+ 143
- 145
  • View file @ 0c28150c


/*!
* Bootstrap Responsive v2.0.2
* Bootstrap Responsive v2.0.3
*
* Copyright 2012 Twitter, Inc
* Licensed under the Apache License v2.0
@@ -19,9 +19,11 @@
clear: both;
}
.hide-text {
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
border: 0;
font: 0/0 a;
text-shadow: none;
color: transparent;
background-color: transparent;
}
.input-block-level {
display: block;
@@ -41,49 +43,40 @@
visibility: hidden;
}
.visible-phone {
display: none;
display: none !important;
}
.visible-tablet {
display: none;
}
.visible-desktop {
display: block;
}
.hidden-phone {
display: block;
}
.hidden-tablet {
display: block;
display: none !important;
}
.hidden-desktop {
display: none;
display: none !important;
}
@media (max-width: 767px) {
.visible-phone {
display: block;
display: inherit !important;
}
.hidden-phone {
display: none;
display: none !important;
}
.hidden-desktop {
display: block;
display: inherit !important;
}
.visible-desktop {
display: none;
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 979px) {
.visible-tablet {
display: block;
display: inherit !important;
}
.hidden-tablet {
display: none;
display: none !important;
}
.hidden-desktop {
display: block;
display: inherit !important;
}
.visible-desktop {
display: none;
display: none !important ;
}
}
@media (max-width: 480px) {
@@ -138,10 +131,14 @@
padding-left: 20px;
padding-right: 20px;
}
.navbar-fixed-top {
.navbar-fixed-top,
.navbar-fixed-bottom {
margin-left: -20px;
margin-right: -20px;
}
.container-fluid {
padding: 0;
}
.container {
width: auto;
}
@@ -169,9 +166,9 @@
width: 100%;
min-height: 28px;
/* Make inputs at least the height of their button counterpart */
/* Makes inputs behave like true block-level elements */
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
@@ -288,11 +285,11 @@
.row-fluid:after {
clear: both;
}
.row-fluid > [class*="span"] {
.row-fluid [class*="span"] {
float: left;
margin-left: 2.762430939%;
}
.row-fluid > [class*="span"]:first-child {
.row-fluid [class*="span"]:first-child {
margin-left: 0;
}
.row-fluid > .span12 {
@@ -373,120 +370,6 @@
width: 32px;
}
}
@media (max-width: 979px) {
body {
padding-top: 0;
}
.navbar-fixed-top {
position: static;
margin-bottom: 18px;
}
.navbar-fixed-top .navbar-inner {
padding: 5px;
}
.navbar .container {
width: auto;
padding: 0;
}
.navbar .brand {
padding-left: 10px;
padding-right: 10px;
margin: 0 0 0 -5px;
}
.navbar .nav-collapse {
clear: left;
}
.navbar .nav {
float: none;
margin: 0 0 9px;
}
.navbar .nav > li {
float: none;
}
.navbar .nav > li > a {
margin-bottom: 2px;
}
.navbar .nav > .divider-vertical {
display: none;
}
.navbar .nav .nav-header {
color: #999999;
text-shadow: none;
}
.navbar .nav > li > a,
.navbar .dropdown-menu a {
padding: 6px 15px;
font-weight: bold;
color: #999999;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.navbar .dropdown-menu li + li a {
margin-bottom: 2px;
}
.navbar .nav > li > a:hover,
.navbar .dropdown-menu a:hover {
background-color: #222222;
}
.navbar .dropdown-menu {
position: static;
top: auto;
left: auto;
float: none;
display: block;
max-width: none;
margin: 0 15px;
padding: 0;
background-color: transparent;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.navbar .dropdown-menu:before,
.navbar .dropdown-menu:after {
display: none;
}
.navbar .dropdown-menu .divider {
display: none;
}
.navbar-form,
.navbar-search {
float: none;
padding: 9px 15px;
margin: 9px 0;
border-top: 1px solid #222222;
border-bottom: 1px solid #222222;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar .nav.pull-right {
float: none;
margin-left: 0;
}
.navbar-static .navbar-inner {
padding-left: 10px;
padding-right: 10px;
}
.btn-navbar {
display: block;
}
.nav-collapse {
overflow: hidden;
height: 0;
}
}
@media (min-width: 980px) {
.nav-collapse.collapse {
height: auto !important;
overflow: visible !important;
}
}
@media (min-width: 1200px) {
.row {
margin-left: -30px;
@@ -593,11 +476,11 @@
.row-fluid:after {
clear: both;
}
.row-fluid > [class*="span"] {
.row-fluid [class*="span"] {
float: left;
margin-left: 2.564102564%;
}
.row-fluid > [class*="span"]:first-child {
.row-fluid [class*="span"]:first-child {
margin-left: 0;
}
.row-fluid > .span12 {
@@ -684,3 +567,118 @@
margin-left: 30px;
}
}
@media (max-width: 979px) {
body {
padding-top: 0;
}
.navbar-fixed-top {
position: static;
margin-bottom: 18px;
}
.navbar-fixed-top .navbar-inner {
padding: 5px;
}
.navbar .container {
width: auto;
padding: 0;
}
.navbar .brand {
padding-left: 10px;
padding-right: 10px;
margin: 0 0 0 -5px;
}
.navbar .nav-collapse {
clear: left;
}
.navbar .nav {
float: none;
margin: 0 0 9px;
}
.navbar .nav > li {
float: none;
}
.navbar .nav > li > a {
margin-bottom: 2px;
}
.navbar .nav > .divider-vertical {
display: none;
}
.navbar .nav .nav-header {
color: #999999;
text-shadow: none;
}
.navbar .nav > li > a,
.navbar .dropdown-menu a {
padding: 6px 15px;
font-weight: bold;
color: #999999;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.navbar .dropdown-menu li + li a {
margin-bottom: 2px;
}
.navbar .nav > li > a:hover,
.navbar .dropdown-menu a:hover {
background-color: #222222;
}
.navbar .dropdown-menu {
position: static;
top: auto;
left: auto;
float: none;
display: block;
max-width: none;
margin: 0 15px;
padding: 0;
background-color: transparent;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.navbar .dropdown-menu:before,
.navbar .dropdown-menu:after {
display: none;
}
.navbar .dropdown-menu .divider {
display: none;
}
.navbar-form,
.navbar-search {
float: none;
padding: 9px 15px;
margin: 9px 0;
border-top: 1px solid #222222;
border-bottom: 1px solid #222222;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar .nav.pull-right {
float: none;
margin-left: 0;
}
.navbar-static .navbar-inner {
padding-left: 10px;
padding-right: 10px;
}
.btn-navbar {
display: block;
}
.nav-collapse,
.nav-collapse.collapse {
overflow: hidden;
height: 0;
}
}
@media (min-width: 980px) {
.nav-collapse.collapse {
height: auto !important;
overflow: visible !important;
}
}
docs/assets/css/bootstrap.css
+ 191
- 120
  • View file @ 0c28150c

Files with large changes are collapsed by default.

docs/assets/css/docs.css
+ 1
- 5
  • View file @ 0c28150c


@@ -228,7 +228,7 @@ hr.soften {
}
.quick-links li {
display: inline;
margin: 0 5px;
margin: 0 8px;
color: #999;
}
.quick-links .github-btn,
@@ -492,10 +492,6 @@ hr.soften {
/* Misc
-------------------------------------------------- */
img {
max-width: 100%;
}
/* Make tables spaced out a bit more */
h2 + table,
h3 + table,
docs/assets/ico/apple-touch-icon-144-precomposed.png 0 → 100644
+ 0
- 0
  • View file @ 0c28150c

8.26 KiB

docs/assets/ico/apple-touch-icon-72-precomposed.png
+ 0
- 0
  • View replaced file @ d335adf6

  • View file @ 0c28150c

3.09 KiB

3.13 KiB

  • 2-up
  • Swipe
  • Onion skin
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
1
CLA Signed
1
CLA Signed
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
0
0 participants
Reference: facebook/create-react-app!11031
Source branch: github/fork/samsamm777/2.0.3-wip

Menu

Explore Projects Groups Snippets