From 78919b907968287c0f44040316c4581b730cb258 Mon Sep 17 00:00:00 2001 From: rscnt Date: Sat, 23 May 2015 04:02:22 -0600 Subject: [PATCH] static: added .text-center class to css/clean-blog Signed-off-by: rscnt --- static/blog.ungleich.ch/css/clean-blog.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/blog.ungleich.ch/css/clean-blog.css b/static/blog.ungleich.ch/css/clean-blog.css index a2635850..30e12c42 100755 --- a/static/blog.ungleich.ch/css/clean-blog.css +++ b/static/blog.ungleich.ch/css/clean-blog.css @@ -393,3 +393,7 @@ img::-moz-selection { body { webkit-tap-highlight-color: #0085a1; } + +.text-center { + text-align: center; +} \ No newline at end of file