finished styling
This commit is contained in:
parent
96bfaf7550
commit
f9fc55823b
2 changed files with 9 additions and 4 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
#admin_nav
|
#admin_nav
|
||||||
%h2
|
%h2
|
||||||
|
Pages
|
||||||
%ul
|
%ul
|
||||||
%li= link_to 'User Search', user_search_path
|
%li= link_to 'User Search', user_search_path
|
||||||
%li= link_to 'Pod Stats', pod_stats_path
|
%li= link_to 'Pod Stats', pod_stats_path
|
||||||
|
|
|
||||||
|
|
@ -3406,11 +3406,15 @@ ul#getting_started
|
||||||
:text-decoration none
|
:text-decoration none
|
||||||
|
|
||||||
#admin_nav
|
#admin_nav
|
||||||
:float left
|
|
||||||
:font-size 1em
|
:font-size 1em
|
||||||
|
:border
|
||||||
|
:bottom 2px solid #777
|
||||||
|
:margin
|
||||||
|
:bottom 20px
|
||||||
ul
|
ul
|
||||||
:display inline-block
|
:display inline
|
||||||
li
|
li
|
||||||
|
:font-size 0.8em
|
||||||
:display inline
|
:display inline
|
||||||
:margin
|
:margin
|
||||||
:right 1em
|
:right 0.5em
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue