mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
30 lines
286 B
CSS
30 lines
286 B
CSS
body {
|
|
position: relative;
|
|
padding-top: 90px;
|
|
}
|
|
|
|
td form {
|
|
margin: 0;
|
|
}
|
|
|
|
td form .btn {
|
|
margin: 0;
|
|
}
|
|
|
|
code {
|
|
padding: 0;
|
|
border: 0;
|
|
background-color: inherit;
|
|
}
|
|
|
|
.hero-unit {
|
|
padding: 30px;
|
|
}
|
|
|
|
.poll-status {
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.navbar a.brand {
|
|
color: white;
|
|
}
|