Compare commits
No commits in common. "master" and "customise-topbar" have entirely different histories.
master
...
customise-
2 changed files with 0 additions and 15 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1 @@
|
|||
.idea/
|
||||
*.geany
|
||||
|
|
14
style.css
14
style.css
|
@ -100,20 +100,6 @@ figure {
|
|||
background-position: center;
|
||||
}
|
||||
|
||||
/* Article list customisation */
|
||||
article.post:hover {
|
||||
border: 0.2em dashed lightgrey;
|
||||
}
|
||||
article.post {
|
||||
border: 0.2em dashed rgba(0,0,0,0);
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
/* Don't put dotted lines for single articles */
|
||||
.single article.post:hover {
|
||||
border: 0.2em dashed rgba(0,0,0,0);
|
||||
}
|
||||
|
||||
/* Image Grid */
|
||||
/* Grid style */
|
||||
.display-posts-listing.grid {
|
||||
|
|
Loading…
Reference in a new issue