}
#title {
- background-image: linear-gradient(bottom, rgb(240,240,240) 31%, rgb(255,255,255) 90%);
- background-image: -o-linear-gradient(bottom, rgb(240,240,240) 31%, rgb(255,255,255) 90%);
- background-image: -moz-linear-gradient(bottom, rgb(240,240,240) 31%, rgb(255,255,255) 90%);
- background-image: -webkit-linear-gradient(bottom, rgb(240,240,240) 31%, rgb(255,255,255) 90%);
- background-image: -ms-linear-gradient(bottom, rgb(240,240,240) 31%, rgb(255,255,255) 90%);
- -moz-box-shadow: 1px 1px 3px 1px #ccc;
- -webkit-box-shadow: 1px 1px 3px 1px #ccc;
- box-shadow: 1px 1px 3px 1px #ccc;
- padding: 5px 10px;
- margin: 0 0 10px 0;
- border-radius: 5px;
position: relative;
+ padding-bottom: 0.5em;
}
#title h1 {
text-shadow: #bbb 1px 1px 2px;
margin: 0;
padding: 0;
- font-size: 2em;
+ font-size: 1.5em;
}
#title li, #title ul {
list-style: none;
vertical-align: middle;
top: 5px;
right: 20px;
- padding-top: 0.6em;
+ line-height: 1.5em;
}
a {