Timeline bugfixes
This commit is contained in:
@ -97,7 +97,7 @@ input[type="checkbox"]:checked+label {
|
||||
background-color: rgba(255, 255, 255, 0.25);
|
||||
}
|
||||
|
||||
.side_element a {
|
||||
.side_element a, .rt * {
|
||||
color: lightgray;
|
||||
}
|
||||
|
||||
|
||||
@ -174,6 +174,10 @@ aside {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.fw .topbutton {
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
.topicon {
|
||||
text-decoration: none;
|
||||
display: inline;
|
||||
|
||||
@ -85,6 +85,10 @@ textarea {
|
||||
position:fixed; top:0px; left:0px;
|
||||
}
|
||||
|
||||
.fw {
|
||||
float:right;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
width: 100%;
|
||||
clear: both;
|
||||
|
||||
Reference in New Issue
Block a user