X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;ds=sidebyside;f=static%2Fdefault.css;h=aaeebe85c4ecdb5ea564a048f82c349c8c16634b;hb=6e3b762716ac057051b2d4799102d492a8956fdf;hp=5c50fc8ae1986846fd011656f0d10379f7a0fd20;hpb=ac5cc17ddb7ee4dc446f85098cd6996ccf57fe1c;p=gigi.git diff --git a/static/default.css b/static/default.css index 5c50fc8a..aaeebe85 100644 --- a/static/default.css +++ b/static/default.css @@ -482,17 +482,17 @@ td.storyLeft { /************* relatedLinks styles **************/ -.relatedLinks { +#pageNav div { margin: 0px; padding: 0px 0px 10px 10px; border-bottom: 1px solid #cccccc; } -.relatedLinks h3 { +#pageNav div h3 { padding: 10px 0px 2px 0px; } -.relatedLinks a { +#pageNav div a { display: block; } @@ -717,15 +717,18 @@ div.footerbar { font-size: 1.1em; } -.accountdetail.fname { +.accountdetail.fname, .accountdetail .fname { } .accountdetail.mname { } -.accountdetail.lname { +.accountdetail.lname, .accountdetail .lname { font-weight: bold; } .accountdetail.suffix { } +ul.menu.hidden{ + display: none; +} \ No newline at end of file