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
743aaf61
Commit
743aaf61
authored
Oct 25, 2014
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix clipboard button and examples
parent
5eb08f5d
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
4 deletions
+10
-4
docs/assets/css/docs.min.css
docs/assets/css/docs.min.css
+1
-1
docs/assets/css/src/docs.css
docs/assets/css/src/docs.css
+8
-2
docs/assets/js/customize.min.js
docs/assets/js/customize.min.js
+1
-1
No files found.
docs/assets/css/docs.min.css
View file @
743aaf61
This diff is collapsed.
Click to expand it.
docs/assets/css/src/docs.css
View file @
743aaf61
...
@@ -882,7 +882,8 @@ h1[id] {
...
@@ -882,7 +882,8 @@ h1[id] {
}
}
/* Tweak display of the code snippets when following an example */
/* Tweak display of the code snippets when following an example */
.bs-example
+
.highlight
{
.bs-example
+
.highlight
,
.bs-example
+
.zero-clipboard
+
.highlight
{
margin
:
-15px
-15px
15px
;
margin
:
-15px
-15px
15px
;
border-width
:
0
0
1px
;
border-width
:
0
0
1px
;
border-radius
:
0
;
border-radius
:
0
;
...
@@ -900,7 +901,8 @@ h1[id] {
...
@@ -900,7 +901,8 @@ h1[id] {
-webkit-box-shadow
:
none
;
-webkit-box-shadow
:
none
;
box-shadow
:
none
;
box-shadow
:
none
;
}
}
.bs-example
+
.highlight
{
.bs-example
+
.highlight
,
.bs-example
+
.zero-clipboard
+
.highlight
{
margin-top
:
-16px
;
margin-top
:
-16px
;
margin-right
:
0
;
margin-right
:
0
;
margin-left
:
0
;
margin-left
:
0
;
...
@@ -1521,6 +1523,10 @@ h1[id] {
...
@@ -1521,6 +1523,10 @@ h1[id] {
.zero-clipboard
{
.zero-clipboard
{
display
:
block
;
display
:
block
;
}
}
.bs-example
+
.zero-clipboard
.btn-clipboard
{
top
:
-16px
;
border-top-right-radius
:
0
;
}
}
}
...
...
docs/assets/js/customize.min.js
View file @
743aaf61
This diff is collapsed.
Click to expand it.
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