From 5080e72e0d72993e642b81b3445971e2d04e0d50 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 1 Jul 2017 02:34:40 +0300 Subject: css: code style --- css/common/footer.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'css/common/footer.css') diff --git a/css/common/footer.css b/css/common/footer.css index d3c3884..1e05c57 100644 --- a/css/common/footer.css +++ b/css/common/footer.css @@ -8,10 +8,10 @@ html, body { display: table; /* - Without this property, scrollbars inside
 elements don't work if
-  display's width is less than 750px.
-  God, I hate CSS.
-  */
+   * Without this property, scrollbars inside 
 elements don't work if
+   * display's width is less than 750px.
+   * God, I hate CSS.
+   */
   table-layout: fixed;
 }
 .footer-wrapper-collapse {
-- 
cgit v1.2.3