Explorar el Código

css for help popup

master
Maxime Wack hace 7 años
padre
commit
454bd58340
Se han modificado 1 ficheros con 13 adiciones y 1 borrados
  1. +13
    -1
      css/cim10.css

+ 13
- 1
css/cim10.css Ver fichero

@@ -48,7 +48,7 @@ body
font-size: 150%;
padding: .5em;
margin: 1em;
width: 80%;
width: 60%;
}

.tree li
@@ -77,3 +77,15 @@ body
color: #444;
font-weight: normal;
}

div#help
{
position:fixed;
right:2%;
top:5%;
width:40%;
padding:1em;

border-radius:10px;
background-color:rgba(160, 20, 200, .7);
}

Cargando…
Cancelar
Guardar