aside #viewcontacts { text-align: right;}
+/**
+* contacts block
+*/
+.contact-block-div { width: 50px; height: 50px; float: left; }
+#contact-block-end { clear: both; }
/**
* jot
* contacts selector
*/
-.contact-block-div {
- height: 200px;
- overflow: auto;
-}
#prof-members {
height: 200px;
+ overflow: auto;
border: 1px solid #555753;
-webkit-border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
}
#prof-all-contacts {
- height: 200px;
+ height: 200px;
+ overflow: auto;
border: 1px solid #555753;
-webkit-border-radius: 0px 0px 5px 5px;
-moz-border-radius: 0px 0px 5px 5px;
.unlock { background-position: -90px -40px;}
.video { background-position: -110px -40px;}
.youtube { background-position: -130px -40px;}
- \r
+
/**
* footer
- */ \r .cc-license { margin-top: 100px; font-size: 0.7em; } \r
-footer { display: block; margin-top: 50px;}\r
\ No newline at end of file
+ */
+ .cc-license { margin-top: 100px; font-size: 0.7em; }
+footer { display: block; margin: 50px 20%; clear: both; }
+
\ No newline at end of file