Eve-Reactions-Calculator/public/stylesheets/style.css

28 lines
450 B
CSS
Raw Normal View History

body {
2017-11-16 19:51:27 +00:00
padding-top: 56px;
padding-bottom: 60px;
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
a {
2017-11-16 19:51:27 +00:00
color: #00B7FF;
}
.footer {
2017-11-16 19:51:27 +00:00
position: fixed;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 30px;
line-height: 30px;
/* Vertically center the text there */
background-color: #f5f5f5;
2017-12-09 03:48:32 +00:00
}
.isk::after{
content: " ISK";
}
.col-sm-12{
padding: 0 !important;
2017-11-16 19:51:27 +00:00
}