X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/92b752596b70b8f01c935dd9b0d8be63070261c2..d44bb757b0fa02160887b62ced56a9c25738a6af:/code/static/style.css diff --git a/code/static/style.css b/code/static/style.css index 685c06e..cf11700 100644 --- a/code/static/style.css +++ b/code/static/style.css @@ -52,3 +52,23 @@ a:link:hover, a:visited:hover { td.error { border: 1px solid red; } + +/* Navigation bar. */ +.navigation { + padding: 0em 1em; + font-size: 125%; + font-weight: bold; + font-family: "Trebuchet MS", Trebuchet, Sans, sans-serif; +} +.navigation li { + display: inline; + padding: .2em; +} + +/* Logged-in welcome message. */ +.loggedin { + float: right; +} +.loggedin .name { + font-weight: bold; +}