2018-06-03 22:26:41 +08:00

24 lines
346 B
CSS

body {
background: transparent;
overflow: hidden;
height: 100%;
font-size: 12px;
}
.container {
height: 100%;
overflow-y: auto;
line-height: 20px;
}
a {
display: block;
margin: 2px 8px;
}
a, a:link, a:active {
outline: none;
color: #333;
}
.icon_new {
background: url(../images/welcome/new.gif) no-repeat center; padding: 0px 5px;
}