summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-10-25 18:19:48 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-10-25 19:07:22 +0800
commit8cd867cd53794386cb9443bfc023fe97c5c5fa47 (patch)
tree0f3f076e8b7f542b511d737eaaf3f3ec1cef457d /assets
parent210a4c8671b368a3a240f9cb7a0bd1718a301523 (diff)
downloadwww-8cd867cd53794386cb9443bfc023fe97c5c5fa47.tar.gz
Render posts.
Diffstat (limited to 'assets')
-rw-r--r--assets/css/main.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/assets/css/main.css b/assets/css/main.css
index fbc22f7..43afb69 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -217,3 +217,14 @@ and (min-device-width : 768px) {
}
}
+.posts-td-time {
+ border: none;
+ width: 1%;
+ white-space: nowrap;
+ vertical-align: top;
+}
+
+.posts-td-link {
+ border: none;
+ vertical-align:top;
+}