##// END OF EJS Templates
Major refactoring of notebook....
Major refactoring of notebook. * Created new base page html/css/js. * Everything inherits from the page template. * Universal header border. * Notebook list borders are set to 1px all around. * No border around notebook area. * Border cleanup of toolbar/menubar. * Lots of code reorg to get ready for further refactoring.

File last commit:

r6192:a53b1a9f
r6193:f60f6df8
Show More
login.css
6 lines | 75 B | text/css | CssLexer
#main_app {
height: 100px;
width: 350px;
margin: 50px auto;
}