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 ++++---- css/snippets.css | 8 +++++--- 2 files changed, 9 insertions(+), 7 deletions(-) (limited to '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 {
diff --git a/css/snippets.css b/css/snippets.css
index ff89097..6924137 100644
--- a/css/snippets.css
+++ b/css/snippets.css
@@ -2,10 +2,12 @@ div.panel-body pre {
   margin: 0;
   border: none;
   /*
-  Uncomment this property if you disable syntax highlighting:
-
+   * Uncomment this property if you disable syntax highlighting (and thus
+   * don't use .highlight's background-color).
+   *
   background-color: inherit;
-  */
+   *
+   */
   border-radius: 0 0 4px 4px;
 }
 div.panel-body {
-- 
cgit v1.2.3