Skip to content

Commit

Permalink
Style changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
tburry committed Apr 15, 2011
1 parent 129a2b3 commit 0865253
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions style.css 100644 → 100755
Expand Up @@ -4,9 +4,7 @@ body {
margin: 0px;
padding: 0px;
text-align: center;
color:#076C8E;
text-shadow:0 1px 0 #FFFFFF;
}
}
a,
a:link,
a:active,
Expand Down Expand Up @@ -70,7 +68,6 @@ div.Errors {
color: #fff !important;
font-size: 16px;
line-height: 150%;
text-shadow: #900 0 1px 0;
}
.Errors li pre,
.Errors li code {
Expand All @@ -82,7 +79,6 @@ div.Errors {
margin: 10px 0 0;
padding: 4px 8px;
display: block;
text-shadow: none;
font-size: 13px;
font-weight: normal;
font-family: monospace;
Expand Down Expand Up @@ -122,7 +118,6 @@ form ul li.Warning div {
font-size: 14px;
line-height: 1.6;
color: #000;
text-shadow: none;
padding: 16px 0 8px;
}
form label {
Expand All @@ -137,7 +132,6 @@ form label span {
font-size: 13px;
color: #555;
font-weight: normal;
text-shadow: none;
padding: 0 0 0 10px;
}
form select {
Expand Down Expand Up @@ -212,7 +206,6 @@ div.Info {
text-align: left;
width: 568px;
margin: 0 auto 0px;
font-size: 80%;
line-height: 1.6;
}
div.Info h1 {
Expand All @@ -223,13 +216,11 @@ div.Info p {
color: #000;
padding: 3px 0 6px;
margin: 0;
text-shadow: none;
}
div.Info li {
color: #000;
padding: 1px 0;
margin: 0;
text-shadow: none;
}
.Version {
font-size: 9pt;
Expand Down

0 comments on commit 0865253

Please sign in to comment.