Commit 2bcd5c7a authored by Romain Courteaud's avatar Romain Courteaud

romain_dev: thread use line separator instead of background color

parent e146ecbd
...@@ -3,9 +3,11 @@ div[data-gadget-url$="gadget_thread_reader.html"] > ol { ...@@ -3,9 +3,11 @@ div[data-gadget-url$="gadget_thread_reader.html"] > ol {
} }
div[data-gadget-url$="gadget_thread_reader.html"] > ol > li { div[data-gadget-url$="gadget_thread_reader.html"] > ol > li {
padding-bottom: 2em; padding-bottom: 2em;
} /*
div[data-gadget-url$="gadget_thread_reader.html"] > ol > li:nth-child(even) { &:nth-child(even) {
background-color: rgba(230, 230, 230, 0.65); background-color: rgba(230, 230, 230, 0.65);
}
*/
} }
div[data-gadget-url$="gadget_thread_reader.html"] > ol > li > div.post_content { div[data-gadget-url$="gadget_thread_reader.html"] > ol > li > div.post_content {
display: inline-block; display: inline-block;
...@@ -28,5 +30,6 @@ div[data-gadget-url$="gadget_thread_reader.html"] > ol > li > div.post_avatar { ...@@ -28,5 +30,6 @@ div[data-gadget-url$="gadget_thread_reader.html"] > ol > li > div.post_avatar {
text-transform: uppercase; text-transform: uppercase;
} }
div[data-gadget-url$="gadget_thread_reader.html"] > ol > li + li { div[data-gadget-url$="gadget_thread_reader.html"] > ol > li + li {
border-top: solid 1px #0E81C2;
padding-top: 1em; padding-top: 1em;
} }
...@@ -240,7 +240,7 @@ ...@@ -240,7 +240,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>989.21822.53724.24473</string> </value> <value> <string>989.21835.12698.21896</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -258,7 +258,7 @@ ...@@ -258,7 +258,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1610638751.46</float> <float>1610706932.15</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -13,11 +13,11 @@ div[data-gadget-url$="gadget_thread_reader.html"] { ...@@ -13,11 +13,11 @@ div[data-gadget-url$="gadget_thread_reader.html"] {
& > li { & > li {
padding-bottom: 2em; padding-bottom: 2em;
/*
&:nth-child(even) { &:nth-child(even) {
background-color: rgba(230, 230, 230, 0.65); background-color: rgba(230, 230, 230, 0.65);
} }
*/
& > div.post_content { & > div.post_content {
display: inline-block; display: inline-block;
& > div { & > div {
...@@ -45,7 +45,7 @@ div[data-gadget-url$="gadget_thread_reader.html"] { ...@@ -45,7 +45,7 @@ div[data-gadget-url$="gadget_thread_reader.html"] {
& + li { & + li {
// Separate posts // Separate posts
// border-top: solid 1px @colorsubheaderbackground; border-top: solid 1px @colorsubheaderbackground;
padding-top: 1em; padding-top: 1em;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment