Update '12/style.css'

master
Max Lehmann 4 years ago
parent 704fb4c4f2
commit 2025a686b4

@ -288,6 +288,12 @@ a:hover{
margin-top: 20px;
margin-bottom: 20px;
/*overflow: hidden;*/
-webkit-user-select: none;
-moz-user-select: none;
-o-user-select: none;
-ms-user-select: none;
-khtml-user-select: none;
user-select: none;
}
@ -430,7 +436,7 @@ a:hover{
}
#implicancies_05 {
position:relative;
position:absolute;
background-color: black;
color: white;
border: 0px none;

Loading…
Cancel
Save