summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authordan <[email protected]>2023-03-10 21:40:18 -0500
committerdan <[email protected]>2023-03-10 21:40:18 -0500
commit9fe05d3aeefedd0d96606f18ec1fa0415b500b32 (patch)
treefe67e33ee33e60d0f1d64a4a5cbdf8d2dccb33de /style.css
parent7698a174d89cd9ff814c55a456b3444df9e439cd (diff)
download54-9fe05d3aeefedd0d96606f18ec1fa0415b500b32.tar.gz
54-9fe05d3aeefedd0d96606f18ec1fa0415b500b32.tar.bz2
54-9fe05d3aeefedd0d96606f18ec1fa0415b500b32.zip
fix: links display correctly when text is after them
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 0 insertions, 8 deletions
diff --git a/style.css b/style.css
index 4bd93b0..252aab8 100644
--- a/style.css
+++ b/style.css
@@ -200,11 +200,3 @@ textarea {
min-height:0.5em;
white-space:pre-wrap;
}
-
-.content-link {
- display: inline-block;
-}
-
-.content-text {
- display: inline-block;
-}