Consolidate shared CSS rules

Co-authored-by: LeOSW42 <673670+LeOSW42@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-24 13:23:51 +00:00
parent dd4b945f5f
commit f674f82658
6 changed files with 24 additions and 58 deletions

View File

@@ -41,18 +41,8 @@
}
#blog_list .pagebuttons {
text-align: center;
margin: 40px 0 30px 0;
}
#blog_list .pagebuttons a {
background: #efefef;
border: 1px solid #ccc;
padding: 5px;
font-size: 1.5em;
}
#blog_list .pagebuttons .previous {
margin-right: -1px;
}
/*********************************/
/** Blog view article page **/
@@ -269,9 +259,3 @@ form.form label {
opacity: 0.8;
}
form.form input[type=submit] {
width: auto;
margin: auto;
border-bottom: 2px solid blue;
}