margin-bottom: -1px;
border-width: 1px;
border-style: solid;
- border-color: rgba(0,0,0,0);
+ border-color: transparent;
}
#tabs-nav-left .active {
#last-edited-list .date {
font-size: 70%;
- color: grey;
+ color: #808080;
}
a, a:visited, a:active {
- color: #bf6000;
+ color: #a05000;
text-decoration: none;
}
.wall .publish {
background-color: #fdc;
-}
\ No newline at end of file
+}
+
+div.cover-preview {
+ width: 216px;
+ min-height: 300px;
+ float: left;
+ margin-right: 2em;
+}
+
+img.cover-preview {
+ width: 216px;
+ height: 300px;
+}