small fixes to every page - stopped on gdd
This commit is contained in:
+12
-10
@@ -12,7 +12,7 @@ a:active {
|
||||
}
|
||||
|
||||
hr {
|
||||
border: 1px solid black;
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
.content-grid {
|
||||
@@ -32,7 +32,7 @@ hr {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
.diary-title {
|
||||
background-color: #585c88;
|
||||
background-color: #585c88;
|
||||
border-top-left-radius: .3em;
|
||||
border-top-right-radius: .3em;
|
||||
color: #e6e8ef;
|
||||
@@ -80,7 +80,7 @@ hr {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.diary-tags {
|
||||
background-color: #585c88;
|
||||
background-color: #585c88;
|
||||
padding: 1em;
|
||||
font-size: 1em;
|
||||
}
|
||||
@@ -129,20 +129,22 @@ hr {
|
||||
}
|
||||
|
||||
.more {
|
||||
grid-area: 1 / 1 / 2 / 2;
|
||||
background-color: #A88AA8;
|
||||
grid-area: 1 / 1 / 2 / 2;
|
||||
background-color: #A88AA8;
|
||||
padding: .3em;
|
||||
text-align: center;
|
||||
color: #080410;
|
||||
}
|
||||
|
||||
.rec-box { grid-area: 2 / 1 / 3 / 2;
|
||||
background-color: #A88AA8;
|
||||
padding: 1em; }
|
||||
.rec-box {
|
||||
grid-area: 2 / 1 / 3 / 2;
|
||||
background-color: #A88AA8;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
.snippet-title {
|
||||
background-color: #A88AA8;
|
||||
font-weight: bold;
|
||||
background-color: #A88AA8;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
|
||||
Reference in New Issue
Block a user