Skip to content
Snippets Groups Projects
Commit 9545be1c authored by David Fifield's avatar David Fifield
Browse files

'//' is not a CSS comment.

I got the warning:
	Expected declaration but found ‘/’.  Skipped to next declaration.
parent 3cd8519e
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@
right: 0; top: 0; height: 100%; width: 10%;
background-color: #202; color: #f8f;
font-variant: small-caps; font-size: 100%;
border: none; // box-shadow: 0 2px 5px #000;
border: none; /* box-shadow: 0 2px 5px #000; */
}
#send:hover { background-color: #636; }
#status {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment