mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Rename theme options to match pelican options
Format stylesheet
This commit is contained in:
parent
e960b3e1e0
commit
218b91fbe1
4 changed files with 34 additions and 37 deletions
|
|
@ -37,16 +37,6 @@ a:hover {
|
|||
border-bottom: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.main {
|
||||
background-color: #fff;
|
||||
padding: 20px 0;
|
||||
}
|
||||
|
||||
.footer {
|
||||
border-top: 1px solid #ddd;
|
||||
padding: 20px 0;
|
||||
}
|
||||
|
||||
.header img {
|
||||
border: 4px solid #333;
|
||||
margin: 20px 0;
|
||||
|
|
@ -70,6 +60,16 @@ a:hover {
|
|||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.main {
|
||||
background-color: #fff;
|
||||
padding: 20px 0;
|
||||
}
|
||||
|
||||
.footer {
|
||||
border-top: 1px solid #ddd;
|
||||
padding: 20px 0;
|
||||
}
|
||||
|
||||
.page-header {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue