AJAXBot/www/style.css
2014-07-11 16:03:57 -05:00

37 lines
410 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;
}
.error {
/*font-weight: bold;*/
}
.block {
display: block;
margin-top: 10px;
margin-bottom: 10px;
}