Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Python
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
swc-bb
S
swc-lessons
2020-04-20-Potsdam-Berlin
Python
Commits
20138ef6
Commit
20138ef6
authored
Aug 30, 2019
by
K.E. Koziar
Committed by
Maxim Belkin
Aug 30, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
assets/css/lesson.scss: add proper padding to the top of paragraphs in blockquotes (#425)
parent
bd56b2b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
assets/css/lesson.scss
assets/css/lesson.scss
+3
-0
No files found.
assets/css/lesson.scss
View file @
20138ef6
...
...
@@ -148,6 +148,9 @@ font-size: 18px;
blockquote
p
{
margin
:
5px
;
}
blockquote
:not
(
h2
)
+
p
{
padding-top
:
1em
;
}
//----------------------------------------
// Override Bootstrap settings.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment