A little style for oldschool conversation layout.

This commit is contained in:
Samantha Doherty 2011-09-26 08:27:04 -04:00
parent b0ee583270
commit 800c7a616b
1 changed files with 12 additions and 0 deletions

View File

@ -1000,7 +1000,19 @@ content: ":";
display: none;
}
/* old school conversation style */
#conversation .notices .notices {
float: left;
background-color:rgba(200, 200, 200, 0.050);
margin-left: 15px;
width: auto;
}
#conversation .notices .notices .notices .notices .notices .notices .notices .notices .notices .notices .notices .notices .notices {
background: none;
margin-left: 0px;
}
/* aside primary specific styles */