Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
radiopanik
panikweb
Commits
a364cc13
Commit
a364cc13
authored
Sep 11, 2013
by
Simon Daron
Browse files
Fixe on subNav (fiber pages ) on small screens
parent
e07aef8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/static/css/specifics.css
View file @
a364cc13
...
...
@@ -308,12 +308,6 @@ body{
}
#Nav
nav
ul
.columns
{
column-rule
:
2px
solid
#342E2E
;
-moz-column-rule
:
2px
solid
#342E2E
;
-webkit-column-rule
:
2px
solid
#342E2E
;}
#Nav
nav
.right
{
color
:
#EED1B1
!important
;
background
:
#342E2E
;
border-color
:
#342E2E
;
border-width
:
2px
;
border-style
:
solid
;
}
#Nav
nav
{
margin
:
0
;
}
...
...
@@ -331,10 +325,19 @@ body{
}
#Nav
nav
ul
.distributed
li
{
padding
:
0
;}
#Nav
nav
.right
{
color
:
#EED1B1
!important
;
background
:
#342E2E
;
border-color
:
#342E2E
;
border-width
:
2px
;
border-style
:
solid
;
}
#Nav
nav
.right
li
,
#Nav
nav
.right
li
a
{
display
:
block
;
color
:
#EED1B1
!important
;
}
@media
screen
and
(
max-width
:
400px
)
{
#Nav
nav
.right
{
float
:
none
!important
;
margin
:
none
;
border-top
:
2px
solid
white
;}
}
#Nav
nav
.sub
{
}
...
...
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