mirror of
https://framagit.org/fiat-tux/hat-softwares/lutim.git
synced 2026-06-18 09:05:42 +02:00
124ccd6ec2
Less requests, concatenated and minified css and js => faster !
35 lines
423 B
CSS
35 lines
423 B
CSS
body {
|
|
padding-top: 40px;
|
|
padding-bottom: 40px;
|
|
}
|
|
|
|
.container {
|
|
padding: 15px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.jsonly {
|
|
display: none;
|
|
}
|
|
|
|
.thumbnail {
|
|
margin-right: 8px;
|
|
}
|
|
|
|
.hennypenny {
|
|
font-family: 'Henny_Penny', cursive;
|
|
font-size: 42px;
|
|
}
|
|
|
|
.logo {
|
|
margin-right: 10px;
|
|
}
|
|
label.always-encrypt {
|
|
display: none;
|
|
}
|
|
.link_nocol,
|
|
.link_nocol:hover{
|
|
color: #000000;
|
|
text-decoration: none;
|
|
}
|