Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
masonstrap
Commits
401b22ae
Commit
401b22ae
authored
Feb 23, 2013
by
Thomas Park
Browse files
swatchmaker: add padding-top to test page
parent
12a5a196
Changes
1
Show whitespace changes
Inline
Side-by-side
swatchmaker/test/bootswatch.css
View file @
401b22ae
...
@@ -24,13 +24,12 @@ section {
...
@@ -24,13 +24,12 @@ section {
@media
(
max-width
:
767px
)
{
@media
(
max-width
:
767px
)
{
section
{
section
{
padding-top
:
20px
;
padding-top
:
20px
;
}
}
}
}
@media
(
m
ax
-width
:
979
px
)
and
(
m
in
-width
:
768
px
)
{
@media
(
m
in
-width
:
768
px
)
and
(
m
ax
-width
:
979
px
)
{
section
{
section
{
padding-top
:
20px
;
padding-top
:
20px
;
...
@@ -52,6 +51,13 @@ section {
...
@@ -52,6 +51,13 @@ section {
min-height
:
200px
;
min-height
:
200px
;
}
}
@media
(
min-width
:
980px
)
{
.preview
{
padding-top
:
100px
;
}
}
/* subnav */
/* subnav */
.subnav
{
.subnav
{
...
...
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