-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
3 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
.contacts-department { | ||
width: 100%; | ||
height: 288px; | ||
background-color: @c-white; | ||
|
||
& .text { | ||
display: inline-block; | ||
vertical-align: top; | ||
width: 45%; | ||
padding: 55px 0 0 40px; | ||
background-color: white; | ||
|
||
& ul.items { | ||
list-style: None; | ||
line-height: 19px; | ||
|
||
& li { | ||
margin-bottom: 15px; | ||
|
||
& .fa { | ||
padding-right: 12px; | ||
} | ||
|
||
& a { | ||
color: inherit; | ||
text-decoration: none; | ||
} | ||
} | ||
} | ||
} | ||
|
||
& .map { | ||
display: inline-block; | ||
width: 54%; | ||
height: 288px; | ||
} | ||
|
||
&-details { | ||
margin-top: 20px; | ||
} | ||
} |
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
8ed03ef
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Puzzle
890-25fb560d
discovered intemplates/pages/page.html
and submitted as #899. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.8ed03ef
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wasn't able to retrieve PDD puzzles from the code base and submit them to GitHub. If you think that it's a bug on our side, please submit it to yegor256/0pdd:
Please, copy and paste this stack trace to GitHub: