We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0439bc0 commit e8d8e3eCopy full SHA for e8d8e3e
www/css.css
@@ -72,7 +72,6 @@ body:not(#phpbb) .block {
72
73
.logobig {
74
max-width: 16.8em;
75
- position: absolute;
76
top: -15.2em;
77
left: -0.5em;
78
}
@@ -810,10 +809,10 @@ body:not(#phpbb) .time {
810
809
padding: 2px 10px;
811
text-align: right;
812
width: 18.6em;
813
- top: 18em;
814
margin-left: 0em;
815
border-right: 3px solid #ffd246;
816
transition-property: border-right-color;
+ position: fixed;
817
818
819
.contentleft ul {
@@ -830,12 +829,8 @@ body:not(#phpbb) .time {
830
829
display: none;
831
832
833
- .title {
834
835
- }
836
-
837
.contentleft {
838
839
840
841
.contentright {
0 commit comments