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
bd0e9520
Commit
bd0e9520
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fix inverted warning text and bg colors in less docs page
parent
4c237e68
2 merge requests
!1882
[2.0.1-wip] black/dark button
,
!1894
[2.0.1 wip] -- fixing Issue #1893 - removing hardcoded color border from <hr/>
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/assets/bootstrap.zip
+0
-0
docs/assets/bootstrap.zip
docs/less.html
+4
-4
docs/less.html
docs/templates/pages/less.mustache
+4
-4
docs/templates/pages/less.mustache
with
8 additions
and
8 deletions
+8
-8
docs/assets/bootstrap.zip
+
0
-
0
View file @
bd0e9520
No preview for this file type
This diff is collapsed.
Click to expand it.
docs/less.html
+
4
-
4
View file @
bd0e9520
...
@@ -348,13 +348,13 @@
...
@@ -348,13 +348,13 @@
<tbody>
<tbody>
<tr>
<tr>
<td
class=
"span3"
><code>
@warningText
</code></td>
<td
class=
"span3"
><code>
@warningText
</code></td>
<td>
#
f3edd2
</td>
<td>
#
c09853
</td>
<td
class=
"swatch-col"
><span
class=
"swatch"
style=
"background-color: #
f3edd2
;"
></span></td>
<td><span
class=
"swatch"
style=
"background-color: #
c09853
;"
></span></td>
</tr>
</tr>
<tr>
<tr>
<td><code>
@warningBackground
</code></td>
<td><code>
@warningBackground
</code></td>
<td>
#
c09853
</td>
<td>
#
f3edd2
</td>
<td><span
class=
"swatch"
style=
"background-color: #
c09853
;"
></span></td>
<td
class=
"swatch-col"
><span
class=
"swatch"
style=
"background-color: #
f3edd2
;"
></span></td>
</tr>
</tr>
<tr>
<tr>
<td><code>
@errorText
</code></td>
<td><code>
@errorText
</code></td>
...
...
This diff is collapsed.
Click to expand it.
docs/templates/pages/less.mustache
+
4
-
4
View file @
bd0e9520
...
@@ -272,13 +272,13 @@
...
@@ -272,13 +272,13 @@
<tbody>
<tbody>
<tr>
<tr>
<td
class=
"span3"
><code>
@warningText
</code></td>
<td
class=
"span3"
><code>
@warningText
</code></td>
<td>
#
f3edd2
</td>
<td>
#
c09853
</td>
<td
class=
"swatch-col"
><span
class=
"swatch"
style=
"background-color: #
f3edd2
;"
></span></td>
<td><span
class=
"swatch"
style=
"background-color: #
c09853
;"
></span></td>
</tr>
</tr>
<tr>
<tr>
<td><code>
@warningBackground
</code></td>
<td><code>
@warningBackground
</code></td>
<td>
#
c09853
</td>
<td>
#
f3edd2
</td>
<td><span
class=
"swatch"
style=
"background-color: #
c09853
;"
></span></td>
<td
class=
"swatch-col"
><span
class=
"swatch"
style=
"background-color: #
f3edd2
;"
></span></td>
</tr>
</tr>
<tr>
<tr>
<td><code>
@errorText
</code></td>
<td><code>
@errorText
</code></td>
...
...
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