mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
8 lines
271 B
CSS
8 lines
271 B
CSS
html, body { font-size: 14pt; padding: 10px 2.5%;}
|
|
.hide { display: none; }
|
|
form .who { width: 10%; }
|
|
form .what { width: 80%; }
|
|
ul { list-style: none; padding: 0; }
|
|
ul .when {color: #555; font-size: 12pt; float: right; display: none; }
|
|
li:hover .when {display: inline;}
|