diff options
Diffstat (limited to 'provider/css/default.css')
-rw-r--r-- | provider/css/default.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/provider/css/default.css b/provider/css/default.css index b8d562c..36cbb72 100644 --- a/provider/css/default.css +++ b/provider/css/default.css | |||
@@ -67,6 +67,26 @@ a { | |||
67 | color:inherit; | 67 | color:inherit; |
68 | } | 68 | } |
69 | 69 | ||
70 | header ul.links { | ||
71 | padding:1em 0 0 0; | ||
72 | margin:1em 0 0 0; | ||
73 | border-top:2px solid #f0f0f0; | ||
74 | display:block; | ||
75 | list-style:none outside none; | ||
76 | } | ||
77 | |||
78 | header ul.links:empty { display:none; } | ||
79 | |||
80 | header ul.links li { | ||
81 | margin:0; | ||
82 | padding:0; | ||
83 | display:inline; | ||
84 | } | ||
85 | |||
86 | header ul.links li:after { content:", "; } | ||
87 | |||
88 | header ul.links li:last-child:after { content: ""; } | ||
89 | |||
70 | p { | 90 | p { |
71 | margin-top:1em; | 91 | margin-top:1em; |
72 | margin-bottom:0; | 92 | margin-bottom:0; |