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
d46e645a
Commit
d46e645a
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixes
#9015
: bold links not semibold in alerts
parent
83eea13e
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
dist/css/bootstrap.css
+1
-1
dist/css/bootstrap.css
dist/css/bootstrap.min.css
+1
-1
dist/css/bootstrap.min.css
less/alerts.less
+1
-1
less/alerts.less
with
3 additions
and
3 deletions
+3
-3
dist/css/bootstrap.css
+
1
-
1
View file @
d46e645a
...
@@ -3874,7 +3874,7 @@ button.close {
...
@@ -3874,7 +3874,7 @@ button.close {
}
}
.alert
.alert-link
{
.alert
.alert-link
{
font-weight
:
500
;
font-weight
:
bold
;
color
:
#a47e3c
;
color
:
#a47e3c
;
}
}
...
...
This diff is collapsed.
Click to expand it.
dist/css/bootstrap.min.css
+
1
-
1
View file @
d46e645a
This diff is collapsed.
Click to expand it.
less/alerts.less
+
1
-
1
View file @
d46e645a
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
}
}
// Provide class for links that match alerts
// Provide class for links that match alerts
.alert-link {
.alert-link {
font-weight:
500
;
font-weight:
bold
;
color: darken(@alert-text, 10%);
color: darken(@alert-text, 10%);
}
}
...
...
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