Skip to content
/ website Public
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: haiku/website
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e458d76794c4
Choose a base ref
...
head repository: haiku/website
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 937038c82a0a
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jul 23, 2021

  1. 4
    Copy the full SHA
    937038c View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 themes/shijin4/static/css/shijin4.css
8 changes: 4 additions & 4 deletions themes/shijin4/static/css/shijin4.css
Original file line number Diff line number Diff line change
@@ -679,24 +679,24 @@ footer a, footer span.glyphicon {
#main-front a {
color: #DDDFFF;
}
div.node table th {
background-color: #333;
}
div.node h2 {
color: #DDD;
}
div.node table {
width: 100%;
border: 1px solid #888;
margin: 20px 0px 20px 0px;
color: #CCC;
}
div.node table th {
padding: 2px;
background-color: #ddd;
background-color: #333;
color: #CCC
}
div.node table td {
padding: 2px;
border-bottom: 1px dashed #ddd;
color: #CCC;
}
div.alert-danger {
background: #4d0000 url(/images/Alert_Stop_32.png) 15px 15px no-repeat;