Some refactoring
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
body {
|
||||
ody {
|
||||
font-family: Ubuntu;
|
||||
}
|
||||
|
||||
@ -6,14 +6,14 @@ body {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
ul.category_list {
|
||||
ul.striped_list {
|
||||
max-width: 40em;
|
||||
list-style-type: none;
|
||||
margin: auto;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
ul.category_list > li:nth-of-type(odd) {
|
||||
ul.striped_list > li:nth-of-type(odd) {
|
||||
background-color: #f0f0f0;
|
||||
}
|
||||
|
||||
@ -80,23 +80,23 @@ ul.category_list > li:nth-of-type(odd) {
|
||||
border-width: 0px 0 0px 50px;
|
||||
}
|
||||
|
||||
|
||||
.history_list {
|
||||
|
||||
}
|
||||
|
||||
.history_entry {
|
||||
|
||||
padding: 0.2em;
|
||||
}
|
||||
|
||||
.history_entry_category {
|
||||
|
||||
}
|
||||
|
||||
.history_entry_started {
|
||||
.history_entry_duration {
|
||||
color: #892be1;
|
||||
}
|
||||
|
||||
.history_entry_started {
|
||||
color: #cc661e;
|
||||
}
|
||||
|
||||
.history_entry_ended {
|
||||
|
||||
color: #9f2727;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user