Slight reordering of config.jsp content, and promotion of help sections to <h3>.

This commit is contained in:
z3d
2009-07-15 02:25:49 +00:00
parent 9f84d13542
commit 68e81fa8c8
2 changed files with 9 additions and 9 deletions

View File

@ -322,7 +322,8 @@ h1 {
font-style: normal;
letter-spacing: 0.15em;
text-transform: uppercase;
text-shadow: 0px 0px 1px rgba(0, 0, 176, 0.9);
text-shadow: 0px 0px 1px rgba(0, 0, 148, 0.9);
-moz-box-shadow: inset 0px 0px 16px 1px #eef;
white-space: normal;
background-color: #ddddff;
border: 1px solid #002;
@ -360,7 +361,8 @@ h2 a:hover {
h3 {
border: 1px solid #002;
padding: 3px 4px 3px 4px ;
border-left: 5px solid #002;
padding: 3px 5px 3px 5px ;
margin: 20px 0 15px 0;
border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;