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
dfcb2d1e
Commit
dfcb2d1e
authored
Feb 05, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#1697: update upgrading docs to include mention of no more secondary class in modals
parent
f29e3263
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
0 deletions
+2
-0
docs/assets/bootstrap.zip
docs/assets/bootstrap.zip
+0
-0
docs/templates/pages/upgrading.mustache
docs/templates/pages/upgrading.mustache
+1
-0
docs/upgrading.html
docs/upgrading.html
+1
-0
No files found.
docs/assets/bootstrap.zip
View file @
dfcb2d1e
No preview for this file type
docs/templates/pages/upgrading.mustache
View file @
dfcb2d1e
...
...
@@ -76,6 +76,7 @@
<li>
{{
_i
}}
IE9: removed gradients and added rounded corners
{{/
i
}}
</li>
<li>
{{
_i
}}
Updated active state to make styling clearer in button groups (new) and look better with custom transition
{{/
i
}}
</li>
<li>
{{
_i
}}
New mixin,
<code>
.buttonBackground
</code>
, to set button gradients
{{/
i
}}
</li>
<li>
{{
_i
}}
The
<code>
.secondary
</code>
class was removed from modal examples in our docs as it never had associated styles.
{{/
i
}}
</li>
</ul>
<h3>
{{
_i
}}
Forms
{{/
i
}}
</h3>
<ul>
...
...
docs/upgrading.html
View file @
dfcb2d1e
...
...
@@ -152,6 +152,7 @@
<li>
IE9: removed gradients and added rounded corners
</li>
<li>
Updated active state to make styling clearer in button groups (new) and look better with custom transition
</li>
<li>
New mixin,
<code>
.buttonBackground
</code>
, to set button gradients
</li>
<li>
The
<code>
.secondary
</code>
class was removed from modal examples in our docs as it never had associated styles.
</li>
</ul>
<h3>
Forms
</h3>
<ul>
...
...
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