Skip to content

[css-ui] Fix all current bikeshed warnings #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Apr 10, 2015
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[css-ui] Remove more extraneous quotes
  • Loading branch information
frivoal committed Apr 9, 2015
commit 357fe0dd5219f154b3e3e8f29cc44cf9799f800a
2 changes: 1 addition & 1 deletion css-ui/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ that has 'overflow'
other than ''visible''.

Text can overflow for example when it is prevented from wrapping
(e.g. due to '<code class="lang-css">white-space: nowrap</code>'
(e.g. due to <code class="lang-css">white-space: nowrap</code>
or a single word is too long to fit).
Values have the following meanings:

Expand Down
2 changes: 1 addition & 1 deletion css-ui/Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -2258,7 +2258,7 @@ <h3 class="heading settled" data-level="5.2" id="text-overflow"><span class="sec


<p>Text can overflow for example when it is prevented from wrapping
(e.g. due to '<code class="lang-css">white-space: nowrap</code>'
(e.g. due to <code class="lang-css">white-space: nowrap</code>
or a single word is too long to fit).
Values have the following meanings:</p>

Expand Down