mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 05:11:19 -04:00
'//' is not a CSS comment.
I got the warning: Expected declaration but found ‘/’. Skipped to next declaration.
This commit is contained in:
parent
3cd8519ec9
commit
9545be1c9f
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue