Browse Source

git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/web/branches/test@3007 92316355-f0b4-4df1-b90c-862c8a59935f

remotes/test
carmie 16 years ago
parent
commit
5d92058ef5
2 changed files with 9 additions and 2 deletions
  1. +8
    -1
      trac/htdocs/main.css
  2. +1
    -1
      trac/templates/site.html

+ 8
- 1
trac/htdocs/main.css View File

@@ -68,6 +68,9 @@ p {
#footer { #footer {
display: none; display: none;
} }
.nav {
font-size: 0.9em;
}
.nav li { .nav li {
border-color: #224422; border-color: #224422;
} }
@@ -92,4 +95,8 @@ input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hove
border: 1px solid #224422; border: 1px solid #224422;
color: #224422; color: #224422;
} }

#loginguest
float: right;
font-size: 0.9em;
color: #945973;
}

+ 1
- 1
trac/templates/site.html View File

@@ -11,7 +11,7 @@


<body py:match="body" py:attrs="select('@*')"> <body py:match="body" py:attrs="select('@*')">
<div id="siteheader"> <div id="siteheader">
<div class="nav" style="float: right; font-size: 0.7em; color: #945973;">
<div class="nav" id="loginguest">
<p>Please <a href="/login" style="color: #945973; border-bottom: 1px dotted #10fb73;">log in as guest/guest</a> to report bugs.</p> <p>Please <a href="/login" style="color: #945973; border-bottom: 1px dotted #10fb73;">log in as guest/guest</a> to report bugs.</p>
</div> </div>
</div> </div>


Loading…
Cancel
Save