This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
shimmie2/ext/forum/style.css

27 lines
481 B
CSS
Raw Normal View History

2012-09-25 17:34:50 +00:00
TABLE#threadPosts {
table-layout:fixed;
word-wrap:break-word;
text-align:left;
width: 100%;
}
TH#threadHeadUser{
width: 15%;
overflow: hidden;
}
DIV#returnLink{
float:left;
font-size:150%;
}
TD.forumUser, TD.forumMessage{
vertical-align:top !important; /*Someone, somewhere will hate me*/
text-align:left !important; /*Someone, somewhere will hate me*/
}
DIV.postDate {
float:left;
}
DIV.deleteLink , DIV.postNumber{
float:right;
}
DIV.postMessage {
text-align:left;
}