Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
36d2679f
Commit
36d2679f
authored
13 years ago
by
Jacob Thornton
Browse files
Options
Download
Email Patches
Plain Diff
give default valuse for border-radius-custom
parent
36d56fb1
9 merge requests
!1475
2.0 wip
,
!1403
warningText and warningBackground docs fix
,
!1351
2.0 wip - relative font sizes
,
!1315
[2.0-wip] Fix mustache glob when building
,
!1268
[wip-2.0] IE 7/8 Typehead JS fix
,
!1236
2.0 wip - Fix for issue #1202
,
!1219
Removed dotted outline on navbar dropdown menu
,
!1210
Missing icon class from examples
,
!1195
Fixed display of secondary container
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bootstrap.css
+1
-1
bootstrap.css
lib/mixins.less
+1
-1
lib/mixins.less
with
2 additions
and
2 deletions
+2
-2
bootstrap.css
+
1
-
1
View file @
36d2679f
...
...
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Sun Jan 22 20:
1
1:
39
PST 2012
* Date: Sun Jan 22 20:
3
1:
51
PST 2012
*/
html
,
body
{
margin
:
0
;
...
...
This diff is collapsed.
Click to expand it.
lib/mixins.less
+
1
-
1
View file @
36d2679f
...
...
@@ -137,7 +137,7 @@
-moz-border-radius: @radius;
border-radius: @radius;
}
.border-radius-custom(@topLeft, @topRight, @bottomRight, @bottomLeft) {
.border-radius-custom(@topLeft
: 0
, @topRight
: 0
, @bottomRight
: 0
, @bottomLeft
: 0
) {
-webkit-border-top-left-radius: @topLeft;
-moz-border-radius-topleft: @topLeft;
border-top-left-radius: @topLeft;
...
...
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
Menu
Explore
Projects
Groups
Snippets