mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-21 18:35:23 -04:00
padding and img tweaks
This commit is contained in:
parent
81a958f1e7
commit
dc50a4c043
1 changed files with 11 additions and 1 deletions
|
@ -15,15 +15,25 @@ span.banner-fix {
|
||||||
|
|
||||||
header h1 {
|
header h1 {
|
||||||
background-color: #aa1f55;
|
background-color: #aa1f55;
|
||||||
|
padding-bottom: 12px;
|
||||||
}
|
}
|
||||||
header h2 {
|
header h2 {
|
||||||
background-color: #aa1f55;
|
background-color: #aa1f55;
|
||||||
font-family: 'Open Sans' Helvetica sans-serif;
|
font-family: 'Open Sans';
|
||||||
}
|
}
|
||||||
|
|
||||||
#main_content div[align=center] h1 {
|
#main_content div[align=center] h1 {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
#main_content div[align=center] img {
|
||||||
|
display: block;
|
||||||
|
margin-top: -83px;
|
||||||
|
border: 0px;
|
||||||
|
padding: 0px;
|
||||||
|
box-shadow: 4px 4px 4px rgba(0,0,0,0.1);
|
||||||
|
border-radius: 8px;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
#forkme_banner {
|
#forkme_banner {
|
||||||
opacity: 0.1;
|
opacity: 0.1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue