Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
269b8aa7
Commit
269b8aa7
authored
Apr 22, 2013
by
Chris Rebert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes #7661
parent
e0d60b13
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
less/mixins.less
less/mixins.less
+1
-1
less/panels.less
less/panels.less
+1
-1
No files found.
less/mixins.less
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;
...
...
less/panels.less
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;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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