visuddhinanda 5 years ago
parent
commit
9321e654d0
1 changed files with 6 additions and 7 deletions
  1. 6 7
      app/term/term.css

+ 6 - 7
app/term/term.css

@@ -151,7 +151,7 @@ commentary,
 com,
 nt,
 blockquote {
-	margin:0;
+	margin: 0;
 	margin-left: 1.5em;
 	display: block;
 	border-left: 3px solid gray;
@@ -518,10 +518,9 @@ note:hover .note_tool_bar {
 }
 .separate_line {
 	border: solid 1px #e8e8e8;
-    border-radius: 3px;
-    margin: 1px 5px;
-    width: 1px;
-    background: #c6c6c6;
-    text-decoration: none;
-}
+	border-radius: 3px;
+	margin: 1px 5px;
+	width: 1px;
+	background: #c6c6c6;
+	text-decoration: none;
 }