AJAXBot/www/style.css
2014-07-10 16:51:35 -05:00

27 lines
292 B
CSS

.narrow {
width: 400px;
text-align: left;
}
.normal {
width: 600px;
text-align: left;
}
.wide {
width: 800px;
text-align: left;
}
body {
font-family: Times New Roman;
font-size: 16px;
}
.hide {
display: none;
}
.fakelink:hover {
cursor: pointer;
}