Update '12/style.css'

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

@ -288,6 +288,12 @@ a:hover{
margin-top: 20px; margin-top: 20px;
margin-bottom: 20px; margin-bottom: 20px;
/*overflow: hidden;*/ /*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 { #implicancies_05 {
position:relative; position:absolute;
background-color: black; background-color: black;
color: white; color: white;
border: 0px none; border: 0px none;

Loading…
Cancel
Save