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
eb3cd5d7
Commit
eb3cd5d7
authored
Jan 16, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Restore responsive docs
parent
c76f1cd9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
75 additions
and
0 deletions
+75
-0
docs/assets/css/docs.css
docs/assets/css/docs.css
+75
-0
No files found.
docs/assets/css/docs.css
View file @
eb3cd5d7
...
...
@@ -206,6 +206,81 @@ section > ul li {
/* Responsive docs
-------------------------------------------------- */
/* Related: responsive utilities tables */
.table
code
{
font-size
:
13px
;
font-weight
:
normal
;
}
/* Utility classes table
------------------------- */
.responsive-utilities
th
small
{
display
:
block
;
font-weight
:
normal
;
color
:
#999
;
}
.responsive-utilities
tbody
th
{
font-weight
:
normal
;
}
.responsive-utilities
td
{
text-align
:
center
;
}
.responsive-utilities
td
.is-visible
{
color
:
#468847
;
background-color
:
#dff0d8
!important
;
}
.responsive-utilities
td
.is-hidden
{
color
:
#ccc
;
background-color
:
#f9f9f9
!important
;
}
/* Responsive tests
------------------------- */
.responsive-utilities-test
{
margin-top
:
5px
;
margin-left
:
0
;
list-style
:
none
;
overflow
:
hidden
;
/* clear floats */
}
.responsive-utilities-test
li
{
position
:
relative
;
float
:
left
;
width
:
25%
;
height
:
43px
;
font-size
:
14px
;
font-weight
:
bold
;
line-height
:
43px
;
color
:
#999
;
text-align
:
center
;
border
:
1px
solid
#ddd
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;
}
.responsive-utilities-test
li
+
li
{
margin-left
:
10px
;
}
.responsive-utilities-test
span
{
position
:
absolute
;
top
:
-1px
;
left
:
-1px
;
right
:
-1px
;
bottom
:
-1px
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;
}
.responsive-utilities-test
span
{
color
:
#468847
;
background-color
:
#dff0d8
;
border
:
1px
solid
#d6e9c6
;
}
/* Footer
-------------------------------------------------- */
...
...
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