text-align

git-svn-id: svn://svn.dsv.su.se/scipro/scipro/trunk@321 73ecded7-942e-4092-bab0-0e58ef0ee984
This commit is contained in:
patr-str 2011-03-14 11:48:28 +00:00
parent 3658b5c4d1
commit 2a83097f0d

@ -19,6 +19,10 @@
margin-top: 20px;
}
#logo-no-image {
text-indent: -2000px;
}
#logo a {
display: block;
width: 160px;
@ -242,4 +246,12 @@ ul.no-list-style li {
/* STYLING */
tr.unread-message-table-row > td {
font-weight: bold;
}
.centered {
text-align: center;
}
.rightaligned {
text-align: right;
}