User:Tappy/vector.css: Difference between revisions

From Zelda Dungeon Wiki
Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.
(Created page with "#mw-normal-catlinks ul { margin-left: 0; }")
 
mNo edit summary
Line 1: Line 1:
#mw-normal-catlinks ul { margin-left: 0; }
#mw-normal-catlinks ul { margin-left: 0; }
/* Zelda Series Nav seen on User:Tappy */
table.wikiNav {
  margin: 0 auto;
  width: 100%;
  background: #003865 url('/images/menubg.png') repeat-x;
  margin-top:3px;
  text-align:center;
  border-radius: 10px;
  border: 0 10px 0 10px;
  height: 54px;
}
table.wikiNav p {
  margin: 0;
}

Revision as of 08:41, December 26, 2011

#mw-normal-catlinks ul { margin-left: 0; }

/* Zelda Series Nav seen on User:Tappy */
table.wikiNav { 
  margin: 0 auto;
  width: 100%;
  background: #003865 url('/images/menubg.png') repeat-x;
  margin-top:3px; 
  text-align:center; 
  border-radius: 10px;
  border: 0 10px 0 10px;
  height: 54px;
}

table.wikiNav p {
  margin: 0;
}