Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS construction not acceptable by some IDE's #72

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions manuals/views/step3.md
Expand Up @@ -270,7 +270,7 @@ Now we will add some `css` to the messages list:
+┊ ┊45┊ background-color: #FFF;
+┊ ┊46┊ }
+┊ ┊47┊
+┊ ┊48┊ &.message-other::before, &.message-mine::before, {
+┊ ┊48┊ &.message-other::before, &.message-mine::before {
+┊ ┊49┊ content: "";
+┊ ┊50┊ position: absolute;
+┊ ┊51┊ bottom: 3px;
Expand Down Expand Up @@ -750,4 +750,4 @@ Now that it's ready you can go ahead and send a message and view it on the scree
| [< Previous Step](step2.md) | [Next Step >](step4.md) |
|:--------------------------------|--------------------------------:|
[}]: #
[}]: #
[}]: #