Browse Source

Updates some typos as pointed out by Nathan Soliz

Fixes book icon in icon set


Former-commit-id: 5d33cd65f8
Former-commit-id: 679db01ffd
pull/258/head
jlukic 11 years ago
parent
commit
f8b5318b50
12 changed files with 13 additions and 14 deletions
  1. 2
      build/less/elements/icon.less
  2. 2
      build/minified/elements/icon.min.css
  3. 2
      build/packaged/css/semantic.min.css.REMOVED.git-id
  4. 2
      build/uncompressed/elements/icon.css
  5. 3
      node/src/documents/introduction.html
  6. 4
      node/src/documents/introduction/definitions.html
  7. 2
      node/src/files/release/less/elements/icon.less
  8. 2
      node/src/files/release/minified/elements/icon.min.css
  9. 2
      node/src/files/release/packaged/css/semantic.min.css.REMOVED.git-id
  10. 2
      node/src/files/release/semantic.zip.REMOVED.git-id
  11. 2
      node/src/files/release/uncompressed/elements/icon.css
  12. 2
      src/elements/icon.less

2
build/less/elements/icon.less

@ -119,7 +119,7 @@ i.icon.trophy:before { content: '🏉'; } /* '\1f3c9' */
i.icon.barcode:before { content: '\e792'; } /* '' */
i.icon.cart:before { content: '\e813'; } /* '' */
i.icon.block:before { content: '🚫'; } /* '\1f6ab' */
i.icon.book:before { content: '\f4d6'; }
i.icon.book:before { content: '📖'; }
i.icon.bookmark:before { content: '🔖'; } /* '\1f516' */
i.icon.calendar:before { content: '📅'; } /* '\1f4c5' */
i.icon.cancel:before { content: '\2716'; } /* '✖' */

2
build/minified/elements/icon.min.css
File diff suppressed because it is too large
View File

2
build/packaged/css/semantic.min.css.REMOVED.git-id

@ -1 +1 @@
560727eaadb15d6c78c0b454cbd44fd4001f9f02
2d3a0f9074d360fb1f2c2a7e6d2f33be83f1b32d

2
build/uncompressed/elements/icon.css

@ -221,7 +221,7 @@ i.icon.block:before {
}
/* '\1f6ab' */
i.icon.book:before {
content: '\f4d6';
content: '📖';
}
i.icon.bookmark:before {
content: '🔖';

3
node/src/documents/introduction.html

@ -31,7 +31,7 @@ type : 'Semantic'
<h3 class="ui header">Powerful tools for expressing groups and collections.</h3>
<p>It's much easier to say in english, there are three tall men, then there is a tall man, a tall man and a tall man. Yet HTML often deals with groups this way.</p>
<p>In Semantic element definitions can be expressed in groups have shared atttributes like size, color, type avoiding repetitive declarations</p>
<p>In Semantic element definitions can be expressed in groups have shared attributes like size, color, type avoiding repetitive declarations</p>
<h3 class="ui header">Portable and self-contained.</h3>
<p>UI components in Semantic can be downloaded individually, defining only optional couplings with other components. That means choosing to use semantic doesn't mean adopting an entire framework, or rewriting your codebase. Pick and choose what you want.</p>
@ -42,7 +42,6 @@ type : 'Semantic'
<h3 class="ui header">Only the important stuff</h3>
<p>Instead of giving every possible variation, or behavior under the sun, element definitions are designed to be a starting off point. No oversized downloads, or kitchen sink, just the stuff to get you started.</p>
<div class="ui horizontal divider"><i class="circular heart icon"></i></div>
<a class="ui huge right labeled teal icon button" href="/introduction/getting-started.html">

4
node/src/documents/introduction/definitions.html

@ -8,7 +8,7 @@ type : 'UI Introduction'
<script src="/javascript/intro.js"></script>
<div class="segment">
<div class="container">
<h1 class="ui header">UI Definitions <div class="ui red label">First Draft</div> </h1>
<h1 class="ui header">UI Definitions <div class="ui red label">Draft</div> </h1>
<p>Definitions provide a re-usable format for sharing an interface design</p>
</div>
</div>
@ -105,7 +105,7 @@ type : 'UI Introduction'
<h2 class="ui dividing header">UI Collections</h2>
<p>UI Collections are groups of heteregeneous page elements which are usually found together. Carrying the chemistry metaphor, these can be thought of as molecules.</p>
<p>UI Collections are groups of heterogeneouspage elements which are usually found together. Carrying the chemistry metaphor, these can be thought of as molecules.</p>
<p>UI collections have a definition of elements that exist, or could exist inside of them. They do not usually require all elements to be found, but they describe a list of the "usual suspects". Unlike elements definitions, collections are not typically useful to define in plural.</p>

2
node/src/files/release/less/elements/icon.less

@ -119,7 +119,7 @@ i.icon.trophy:before { content: '🏉'; } /* '\1f3c9' */
i.icon.barcode:before { content: '\e792'; } /* '' */
i.icon.cart:before { content: '\e813'; } /* '' */
i.icon.block:before { content: '🚫'; } /* '\1f6ab' */
i.icon.book:before { content: '\f4d6'; }
i.icon.book:before { content: '📖'; }
i.icon.bookmark:before { content: '🔖'; } /* '\1f516' */
i.icon.calendar:before { content: '📅'; } /* '\1f4c5' */
i.icon.cancel:before { content: '\2716'; } /* '✖' */

2
node/src/files/release/minified/elements/icon.min.css
File diff suppressed because it is too large
View File

2
node/src/files/release/packaged/css/semantic.min.css.REMOVED.git-id

@ -1 +1 @@
560727eaadb15d6c78c0b454cbd44fd4001f9f02
2d3a0f9074d360fb1f2c2a7e6d2f33be83f1b32d

2
node/src/files/release/semantic.zip.REMOVED.git-id

@ -1 +1 @@
9e5b1f50e3364b8f4cf9cf522aaab1e2c60db317
f2e2560dd49059a5e1122a8a4d677ad9700a7233

2
node/src/files/release/uncompressed/elements/icon.css

@ -221,7 +221,7 @@ i.icon.block:before {
}
/* '\1f6ab' */
i.icon.book:before {
content: '\f4d6';
content: '📖';
}
i.icon.bookmark:before {
content: '🔖';

2
src/elements/icon.less

@ -119,7 +119,7 @@ i.icon.trophy:before { content: '🏉'; } /* '\1f3c9' */
i.icon.barcode:before { content: '\e792'; } /* '' */
i.icon.cart:before { content: '\e813'; } /* '' */
i.icon.block:before { content: '🚫'; } /* '\1f6ab' */
i.icon.book:before { content: '\f4d6'; }
i.icon.book:before { content: '📖'; }
i.icon.bookmark:before { content: '🔖'; } /* '\1f516' */
i.icon.calendar:before { content: '📅'; } /* '\1f4c5' */
i.icon.cancel:before { content: '\2716'; } /* '✖' */

Loading…
Cancel
Save