X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=96ca0d35f1d951359753ca944826b75e14ac9ef2;hp=0dcf9524aae03293fa81962e8836e0c43546a15b;hb=e5b1a360879963dca1cd468353776c340d23e0b6;hpb=d3c04921c21036e8e3d381cb75777079e11e18fd diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 0dcf952..96ca0d3 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -420,13 +420,17 @@ textarea { } #sone .post .reply { + position: relative; clear: both; background-color: #f0f0ff; - font-size: 85%; margin: 1ex 0px; padding: 1ex; } +#sone .post .reply .inner-part { + font-size: 85%; +} + #sone .post .reply.new { background-color: #ffffa0; }