Advertisement
gaz_lloyd

Untitled

Dec 3rd, 2014
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.42 KB | None | 0 0
  1. /* awful new header */
  2. .global-navigation {
  3.     position:absolute !important;
  4.     border-bottom:initial !important;
  5.     background:initial !important;
  6. }
  7. .global-navigation-item {
  8.     border-bottom: 1px solid #c8d2d7 !important;
  9.     background:white !important;
  10. }
  11. #WikiaPage { position: relative; top: -2px; }
  12. /* instead of hiding, changing to purge link via js; this is how to hide though
  13. .start-wikia-container a {display:none !important;}*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement