Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
269b8aa7
Commit
269b8aa7
authored
12 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
Fixes
#7661
parent
e0d60b13
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
less/mixins.less
+1
-1
less/mixins.less
less/panels.less
+1
-1
less/panels.less
with
2 additions
and
2 deletions
+2
-2
less/mixins.less
+
1
-
1
View file @
269b8aa7
...
@@ -414,7 +414,7 @@
...
@@ -414,7 +414,7 @@
@media (min-width: @grid-float-breakpoint) {
@media (min-width: @grid-float-breakpoint) {
float: left;
float: left;
// Calculate width based on number of columns available
// Calculate width based on number of columns available
width: percentage(@columns / @grid-columns);
width: percentage(
(
@columns / @grid-columns)
)
;
}
}
// Prevent columns from collapsing when empty
// Prevent columns from collapsing when empty
min-height: 1px;
min-height: 1px;
...
...
This diff is collapsed.
Click to expand it.
less/panels.less
+
1
-
1
View file @
269b8aa7
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
.panel-heading {
.panel-heading {
margin: -15px -15px 15px;
margin: -15px -15px 15px;
padding: 10px 15px;
padding: 10px 15px;
font-size: @font-size-base * 1.25;
font-size:
(
@font-size-base * 1.25
)
;
font-weight: 500;
font-weight: 500;
background-color: @panel-heading-bg;
background-color: @panel-heading-bg;
border-bottom: 1px solid @panel-border;
border-bottom: 1px solid @panel-border;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment