Errors in CSS

svn: r13263
This commit is contained in:
Doug Blank 2009-09-27 01:03:38 +00:00
parent b5f10aa476
commit a9c0286e41
2 changed files with 2 additions and 10 deletions

View File

@ -34,15 +34,11 @@ see <http://www.gnu.org/licenses/>.
----------------------------------------------------------------------------------------------- */ ----------------------------------------------------------------------------------------------- */
body#NarrativeWeb { body#NarrativeWeb {
margin: 0; margin: 0;
padding: 156px 0px 0px 0px;
} }
/* Header /* Header
----------------------------------------------------- */ ----------------------------------------------------- */
#header { #header {
position: fixed;
top: 0px;
left: 0px;
overflow: auto; overflow: auto;
width: 100%; width: 100%;
height: 90px; height: 90px;
@ -63,10 +59,7 @@ body#NarrativeWeb {
/* Alphabet Navigation /* Alphabet Navigation
----------------------------------------------------- */ ----------------------------------------------------- */
#alphabet { #alphabet {
position: fixed; padding:10px;
top: 136px;
left: 24px;
padding:0;
margin:0; margin:0;
} }
#alphabet ul { #alphabet ul {
@ -78,7 +71,6 @@ body#NarrativeWeb {
border-width: 2px 0px 4px 0px; border-width: 2px 0px 4px 0px;
border-color: #000; border-color: #000;
border-style: solid; border-style: solid;
background-color:#6AF364;
} }
#alphabet ul li:after { #alphabet ul li:after {
content:" |"; content:" |";

View File

@ -148,7 +148,7 @@ p {
margin:0; margin:0;
} }
p#description { p#description {
padding:0 15px 1em 15px; padding:10px 15px 10px 15px;
} }
p a:link { p a:link {
text-decoration:underline; text-decoration:underline;