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

View File

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