Pārlūkot izejas kodu

Dyad 2: Fixing CSS syntax errors. Fixes #204.

alaczek 7 gadi atpakaļ
vecāks
revīzija
1d0c083241
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  1. 1 2
      dyad-2/style.css

+ 1 - 2
dyad-2/style.css

@@ -584,7 +584,6 @@ td, th {
 th {
 th {
 	font-size: 85%;
 	font-size: 85%;
 	letter-spacing: 0.1em;
 	letter-spacing: 0.1em;
-	padding: ;
 	text-transform: uppercase;
 	text-transform: uppercase;
 }
 }
 
 
@@ -2004,7 +2003,7 @@ footer.comment-footer:after,
 	padding: 13.5rem 0 0;
 	padding: 13.5rem 0 0;
 }
 }
 
 
-.is-singular .site-content:before.
+.is-singular .site-content:before,
 .is-singular .site-content:after {
 .is-singular .site-content:after {
 	content: "";
 	content: "";
 }
 }