mirror of
https://github.com/86Box/86box.github.io.git
synced 2026-02-24 02:18:23 -07:00
Push CSS updates made as part of a future blog post
This commit is contained in:
@@ -146,5 +146,19 @@ img#icon {
|
||||
/* Blog */
|
||||
hr {
|
||||
border-color: #808080;
|
||||
width: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
table {
|
||||
border: 1px solid #808080;
|
||||
}
|
||||
td {
|
||||
border: 1px solid #808080;
|
||||
padding: 5px;
|
||||
}
|
||||
code {
|
||||
font-size: 11pt;
|
||||
background: #404040;
|
||||
border-radius: 3pt;
|
||||
padding-left: 3pt;
|
||||
padding-right: 3pt;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user