Compare commits

..

No commits in common. "master" and "customise-topbar" have entirely different histories.

2 changed files with 0 additions and 15 deletions

1
.gitignore vendored
View file

@ -1,2 +1 @@
.idea/
*.geany

View file

@ -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 {