[Moved CSS styles to new file Betty Diegel **20121201004022 Ignore-this: ab00398dd45bf92d497cd617e8053d71 ] hunk ./site/index.html 7 + hunk ./site/index.html 11 - - addfile ./site/main.css hunk ./site/main.css 1 +#nav-container { + width:100% +} + +#nav-shows { + list-style-type: none; + margin: 0; + padding: 0; + width: 40%; + display: inline; + float: left; + border: solid 1px black; +} + +#nav-shows li { + margin: 3px; + padding: 0.4em; + font-size: 1.4em; + height: 18px; +} + +.ui-selected { + background: #F39814; + color: white; +} + +#nav-episodes { + list-style-type: none; + margin: 0; + padding: 0; + width: 59%; + display: inline; + float: right; + border: solid 1px black; +} + +#nav-episodes li { + margin: 3px; + padding: 0.4em; + font-size: 1.4em; + height: 18px; +} +