Have done alot of cleanup work on some parts of NarrativeWeb. Complete re-write of class SourcePage.
* Style sheets: Noticed that on larger screen widths of more than 1024, that a hard- coded screen width, that the web page is only half the screen or less. Changed screen width to 100% rather than 965px. Might look into removing the hard- coded screen size. * Need to look into changing how many list items are in the navigation menu based on screen width. svn: r18721
This commit is contained in:
@@ -51,6 +51,7 @@ Females Web_Gender_Female.png
|
||||
body {
|
||||
background-color: #00029D;
|
||||
color: #00029D;
|
||||
width: 100%;
|
||||
}
|
||||
div {
|
||||
margin: 0;
|
||||
@@ -788,16 +789,16 @@ div#SourceDetail div#references ol li {
|
||||
padding-bottom: .5em;
|
||||
}
|
||||
div#SourceCitationReferents ol.Col1 {
|
||||
list-style-type: decimal-leading-zero;
|
||||
list-style-type: upper-roman
|
||||
}
|
||||
div#SourceCitationReferents ol.Col2 {
|
||||
list-style-type: upper-alpha;
|
||||
list-style-type: upper-alpha
|
||||
}
|
||||
div#SourceCitationReferents ol.Col3 {
|
||||
list-style-type: lower-alpha;
|
||||
list-style-type: lower-alpha
|
||||
}
|
||||
div#SourceCitationReferents ol.Col4 {
|
||||
list-style-type: upper-roman;
|
||||
list-style-type: square
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -30,8 +30,7 @@ Style Name: Web_Navigation-Horizontal.css
|
||||
Body Element
|
||||
---------------------------------------------------=== */
|
||||
body {
|
||||
padding: 0px 7px;
|
||||
width: 979px;
|
||||
padding: 0px 14px;
|
||||
}
|
||||
|
||||
/* Navigation Menus
|
||||
|
||||
Reference in New Issue
Block a user