Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
9a36faf6
Commit
9a36faf6
authored
May 11, 2015
by
alexpott
Browse files
Issue
#2485505
by Manjit.Singh, LewisNyman: Remove CSSlint errors from node module css
parent
9489b818
Changes
2
Hide whitespace changes
Inline
Side-by-side
core/modules/node/css/node.module.css
View file @
9a36faf6
...
...
@@ -22,6 +22,7 @@
float
:
left
;
/* LTR */
width
:
65%
;
padding-right
:
2em
;
/* LTR */
box-sizing
:
border-box
;
}
[
dir
=
"rtl"
]
.layout-region-node-main
,
...
...
core/modules/node/css/node.preview.css
View file @
9a36faf6
...
...
@@ -8,6 +8,7 @@
z-index
:
499
;
width
:
100%
;
padding
:
10px
;
box-sizing
:
border-box
;
}
@media
only
screen
and
(
min-width
:
36em
)
{
...
...
@@ -16,6 +17,6 @@
}
[
dir
=
"rtl"
]
.node-preview-container
.form-type-select
{
margin-right
:
25%
;
margin-left
:
0
%
;
margin-left
:
0
;
}
}
Write
Preview
Supports
Markdown
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