We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f47566b commit ac1f139Copy full SHA for ac1f139
static/style.css
@@ -726,6 +726,10 @@ h2 {
726
color: gray;
727
}
728
729
+.workspace {
730
+ position: relative;
731
+}
732
+
733
/* ident */
734
735
.lxrident {
@@ -857,9 +861,6 @@ h2 {
857
861
858
862
/* source code */
859
863
860
-.lxrcode {
- position: relative;
-}
864
.lxrcode pre {
865
margin: 0;
866
padding-top: 1em;
@@ -891,8 +892,8 @@ h2 {
891
892
893
894
.diff {
- display: grid;
895
- grid-template-columns: 50% 50%;
+ display: grid;
896
+ grid-template-columns: 50% 50%;
897
898
899
.diff-line {
0 commit comments