Initial commit of historian web application
This commit is contained in:
22
templates/history.css
Normal file
22
templates/history.css
Normal file
@@ -0,0 +1,22 @@
|
||||
#revision-details {
|
||||
text-align: center;
|
||||
padding: 4px;
|
||||
color: rgb(112, 182, 255);
|
||||
background-color: rgb(24, 51, 111);
|
||||
border: 1px solid rgb(112, 182, 255);
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
#revision-summary {
|
||||
display: block;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
#revision-author {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#revision-datetime {
|
||||
font-weight: bold;
|
||||
}
|
||||
Reference in New Issue
Block a user