Преглед на файлове

Shawburn: Recompile CSS after rebase

Thomas Guillot преди 5 години
родител
ревизия
62c0fe952d
променени са 2 файла, в които са добавени 6 реда и са изтрити 4 реда
  1. 3 2
      shawburn/style-rtl.css
  2. 3 2
      shawburn/style.css

+ 3 - 2
shawburn/style-rtl.css

@@ -1604,16 +1604,17 @@ img {
 ul,
 ol {
 	font-family: "PT Sans", Arial, sans-serif;
+	list-style-position: inside;
 	margin: 0 16px 0 0;
 	padding: 0;
 }
 
 ul {
-	list-style: disc;
+	list-style-type: disc;
 }
 
 ol {
-	list-style: decimal;
+	list-style-type: decimal;
 }
 
 dt {

+ 3 - 2
shawburn/style.css

@@ -1604,16 +1604,17 @@ img {
 ul,
 ol {
 	font-family: "PT Sans", Arial, sans-serif;
+	list-style-position: inside;
 	margin: 0 0 0 16px;
 	padding: 0;
 }
 
 ul {
-	list-style: disc;
+	list-style-type: disc;
 }
 
 ol {
-	list-style: decimal;
+	list-style-type: decimal;
 }
 
 dt {