mirror of
https://github.com/pure-css/pure
synced 2025-03-13 06:24:28 +01:00
wrap comments at 80 chars
This commit is contained in:
parent
b4755b0bd3
commit
f0fa81f8f1
@ -26,7 +26,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors since IE8 won't execute CSS that contains a CSS3 selector.
|
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
|
||||||
|
since IE8 won't execute CSS that contains a CSS3 selector.
|
||||||
*/
|
*/
|
||||||
.pure-form input:not([type]) {
|
.pure-form input:not([type]) {
|
||||||
padding: 0.5em 0.6em;
|
padding: 0.5em 0.6em;
|
||||||
@ -64,7 +65,8 @@ Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors since IE8 won't execute CSS that contains a CSS3 selector.
|
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
|
||||||
|
since IE8 won't execute CSS that contains a CSS3 selector.
|
||||||
*/
|
*/
|
||||||
.pure-form input:not([type]):focus {
|
.pure-form input:not([type]):focus {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
@ -106,7 +108,8 @@ Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors since IE8 won't execute CSS that contains a CSS3 selector.
|
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
|
||||||
|
since IE8 won't execute CSS that contains a CSS3 selector.
|
||||||
*/
|
*/
|
||||||
.pure-form input:not([type])[disabled] {
|
.pure-form input:not([type])[disabled] {
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
@ -185,7 +188,8 @@ Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors since IE8 won't execute CSS that contains a CSS3 selector.
|
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
|
||||||
|
since IE8 won't execute CSS that contains a CSS3 selector.
|
||||||
*/
|
*/
|
||||||
.pure-form-stacked input:not([type]) {
|
.pure-form-stacked input:not([type]) {
|
||||||
display: block;
|
display: block;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user