14 lines
175 B
CSS
14 lines
175 B
CSS
div.main {
|
|
text-align: left;
|
|
max-width: 500px;
|
|
}
|
|
|
|
#hform > fieldset, #comment_form > fieldset {
|
|
max-width: 400px;
|
|
}
|
|
|
|
.highlight {
|
|
background-color: yellow;
|
|
}
|
|
|