WebKitTools/TestResultServer/stylesheets/menu.css
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 17 Sep 2010 09:02:29 +0300
changeset 0 4f2f89ce4247
permissions -rw-r--r--
Revision: 201037

body {
  font-family: Verdana, Helvetica, sans-serif;
}
h1 {
  background-color: #EEE;
  color: #444;
  font-size: 14pt;
  font-style: italic;
  margin: 0px;
  padding: 5px;
}
ul {
  margin: 0px;
  padding: 20px;
  list-style: none;
}
li {
  padding: 5px;
}
li:hover {
  background-color: #EEE;
}
.login {
  font-size: 8pt;
  text-align: right;
  width: 100%;
}