@@ -34,12 +34,12 @@ aside {
width: @aside-width;
&.right { right: 0px; }
+
&.show {
z-index: 0;
display: block;
}
-
& header, & footer {
position: relative;
left: none;
@@ -51,6 +51,10 @@ aside {
bottom: 0;
+ & .bubble {
+ float: right;
+ }
&.small {
width: @aside-width-small;
@@ -82,6 +82,9 @@ aside footer {
position: absolute;
+aside .bubble {
+}
aside.small {
width: 64px;