Last active
December 16, 2015 03:38
-
-
Save sihugh/5370998 to your computer and use it in GitHub Desktop.
An example of invalid CSS in MOSS "Belltown" theme. It's pretty widespread in SharePoint themes in general
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.ms-PostFooter{ | |
color:#2d7f75; | |
1px solid #a9c6c3; //Missing property on line 3 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment