Commit d554ce23f5f28a693e0ae10fa354d5b3985d7ace
1 parent
203a58d7
modals
Showing
1 changed file
with
12 additions
and
0 deletions
Show diff stats
frontend/web/css/custom.css
... | ... | @@ -323,4 +323,16 @@ img.img-responsive.img-circle { |
323 | 323 | #footer { |
324 | 324 | padding: 20px 0; |
325 | 325 | padding-bottom: 10px; |
326 | +} | |
327 | +#top p { | |
328 | + margin: 0; | |
329 | + font-size: 12px; | |
330 | + color: #a9a9a9; | |
331 | +} | |
332 | +#top { | |
333 | + padding: 6px 0; | |
334 | +} | |
335 | +#top a{ | |
336 | + color: inherit!important; | |
337 | + font-weight:bold; | |
326 | 338 | } |
327 | 339 | \ No newline at end of file | ... | ... |