Laatste paar veranderingen gemaakt

This commit is contained in:
Bram van der Veen 2016-01-14 11:08:28 +00:00
parent 69eb23c757
commit 0ac1594814

View file

@ -3,10 +3,16 @@
float: left; float: left;
margin-right: 20px; margin-right: 20px;
position: fixed; position: fixed;
left: 0px; left: -300px;
bottom: 0px; bottom: 0px;
top: 0px; top: 0px;
display: none; background-color: #FFF;
-webkit-transition: .5s ease;
&:hover {
left: 0px;
-webkit-transition: .5s ease;
}
h5, p, sup { h5, p, sup {
text-align: center !important; text-align: center !important;
@ -34,9 +40,7 @@
} }
} }
ul { ol {
list-style: none;
li { li {
margin: 0; margin: 0;
padding: 0; padding: 0;