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:
@@ -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