mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Fix .block css definition
It was selecting .blocks in the highlighted syntax. See #836
This commit is contained in:
@@ -15,11 +15,11 @@
|
||||
|
||||
// Blocks
|
||||
|
||||
.block {
|
||||
display: block;
|
||||
// Must be div.block so as not to affect syntax highlighting.
|
||||
div.block {
|
||||
margin-bottom: @component-padding;
|
||||
}
|
||||
div > .block:last-child {
|
||||
div > div.block:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user