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:
Rob G. Healey
2012-01-08 03:00:11 +00:00
parent 9ec782fe92
commit ceec3d5547
3 changed files with 275 additions and 270 deletions

View File

@@ -30,8 +30,7 @@ Style Name: Web_Navigation-Horizontal.css
Body Element
---------------------------------------------------=== */
body {
padding: 0px 7px;
width: 979px;
padding: 0px 14px;
}
/* Navigation Menus