Files
cbwebreader/comic/static/css/base.css
ajurna 231fcb4c27 changed read_comic page width to auto to make better use of space.
margins were way too wide. and we could use that space on tablets.
2015-07-29 17:25:20 +01:00

34 lines
556 B
CSS

body {
padding-top: 50px;
}
.starter-template {
padding: 40px 15px;
text-align: center;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
background-color: #f5f5f5;
}
.comic_box {
width: auto;
}
#dropdown-list{
max-height: 300px;
overflow: auto;
box-shadow: none;
}