Skip to content

Commit

Permalink
Add a small padding to .menu; also reformatted a couple of styles
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@4512 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
giallu committed Jul 31, 2007
1 parent a1cc90f commit 1708c5e
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions css/default.css
@@ -1,4 +1,10 @@
body { background-color: #ffffff; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; margin-left: 4px; margin-right: 4px; margin-top: 6px; margin-bottom: 6px; }
body {
background-color: #ffffff;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
margin: 6px 4px;
}

p { font-family: Verdana, Arial, Helvetica, sans-serif; }

Expand Down Expand Up @@ -74,8 +80,19 @@ td.login-info-left { width: 33%; padding: 0px; text-align: left; }
td.login-info-middle { width: 33%; padding: 0px; text-align: center; }
td.login-info-right { width: 33%; padding: 0px; text-align: right; white-space: nowrap; }

td.menu { background-color: #e8e8e8; color: #000000; text-align: center; width: 100%; padding: 1px; }
td.menu a { white-space: nowrap; }
td.menu
{
background-color: #e8e8e8;
color: #000000;
text-align: center;
width: 100%;
padding: 5px;
}

td.menu a
{
white-space: nowrap;
}

td.news-heading-public { background-color: #c8c8e8; color: #000000; text-align: left; border-bottom: 1px solid #000000; }
td.news-heading-private { background-color: #d8d8d8; color: #000000; text-align: left; border-bottom: 1px solid #000000; }
Expand Down

0 comments on commit 1708c5e

Please sign in to comment.