mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
23 lines
208 B
CSS
23 lines
208 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;
|
||
|
}
|