szurubooru/public_html/media/css/logs.css

18 lines
168 B
CSS
Raw Normal View History

2014-01-27 09:17:36 +01:00
#content form {
margin-bottom: 1em;
}
2013-11-17 14:39:50 +01:00
#content input {
margin: 0 1em;
2014-02-16 16:03:13 +01:00
max-width: 50%;
2013-11-17 14:39:50 +01:00
}
2014-04-27 15:59:29 +02:00
code {
2013-11-17 14:39:50 +01:00
font-size: 11pt;
2014-01-27 09:17:36 +01:00
margin: 0;
2013-11-17 14:39:50 +01:00
}
2014-04-27 15:59:29 +02:00
code strong {
background: #fee;
}