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
e40aee9c
Commit
e40aee9c
authored
11 years ago
by
Chris Rebert
Committed by
Chris Rebert
11 years ago
Browse files
Options
Download
Email Patches
Plain Diff
code.less: cleanup styles that get immediately overriden later in the file
parent
95655e72
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/bootstrap.css
+2
-4
docs/assets/css/bootstrap.css
less/code.less
+2
-4
less/code.less
with
4 additions
and
8 deletions
+4
-8
docs/assets/css/bootstrap.css
+
2
-
4
View file @
e40aee9c
...
...
@@ -671,11 +671,7 @@ address {
code
,
pre
{
padding
:
0
3px
2px
;
font-family
:
Monaco
,
Menlo
,
Consolas
,
"Courier New"
,
monospace
;
font-size
:
12px
;
color
:
#333333
;
border-radius
:
4px
;
}
code
{
...
...
@@ -684,6 +680,7 @@ code {
color
:
#c7254e
;
white-space
:
nowrap
;
background-color
:
#f9f2f4
;
border-radius
:
4px
;
}
pre
{
...
...
@@ -692,6 +689,7 @@ pre {
margin
:
0
0
10px
;
font-size
:
13px
;
line-height
:
1.428571429
;
color
:
#333333
;
word-break
:
break-all
;
word-wrap
:
break-word
;
background-color
:
#f5f5f5
;
...
...
This diff is collapsed.
Click to expand it.
less/code.less
+
2
-
4
View file @
e40aee9c
...
...
@@ -6,11 +6,7 @@
// Inline and block code styles
code,
pre {
padding: 0 3px 2px;
font-family: @font-family-monospace;
font-size: (@font-size-base - 2);
color: @gray-dark;
border-radius: 4px;
}
// Inline code
...
...
@@ -20,6 +16,7 @@ code {
color: #c7254e;
background-color: #f9f2f4;
white-space: nowrap;
border-radius: 4px;
}
// Blocks of code
...
...
@@ -31,6 +28,7 @@ pre {
line-height: @line-height-base;
word-break: break-all;
word-wrap: break-word;
color: @gray-dark;
background-color: #f5f5f5;
border: 1px solid #ccc; // IE8 fallback
border: 1px solid rgba(0,0,0,.15);
...
...
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