/** * Primary styles * * Author: IPython Development Team */ #main_app { width: 920px; margin: auto; } #notebooks_toolbar { padding: 5px; height: 25px; line-height: 25px; } #drag_info { float: left; } #notebooks_buttons { float: right; } #project_name { height: 25px; line-height: 25px; padding: 3px; } .notebook_item { height: 25px; line-height: 25px; padding: 3px; } .notebook_item a { text-decoration: none; } .item_buttons { float: right; } .item_buttons .upload_button { color: darkred; } .highlight_text { color: blue; }