Browse Source

updates a couple typos

Former-commit-id: b592751e4e
Former-commit-id: 0a3ba6f1d2
pull/258/head
jlukic 11 years ago
parent
commit
c153b9386f
9 changed files with 39 additions and 45 deletions
  1. 2
      build/less/elements/icon.less
  2. 3
      build/uncompressed/elements/icon.css
  3. 54
      node/src/documents/elements/icon.html
  4. 4
      node/src/documents/modules/popup.html
  5. 12
      node/src/documents/modules/rating.html
  6. 2
      node/src/files/release/less/elements/icon.less
  7. 2
      node/src/files/release/semantic.zip.REMOVED.git-id
  8. 3
      node/src/files/release/uncompressed/elements/icon.css
  9. 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: '📖'; } /* '\1f4d6' */
i.icon.book:before { content: '\f4d6'; }
i.icon.bookmark:before { content: '🔖'; } /* '\1f516' */
i.icon.calendar:before { content: '📅'; } /* '\1f4c5' */
i.icon.cancel:before { content: '\2716'; } /* '✖' */

3
build/uncompressed/elements/icon.css

@ -224,6 +224,9 @@ i.icon.book:before {
content: '📖';
}
/* '\1f4d6' */
i.icon.book:before {
content: '\f4d6';
}
i.icon.bookmark:before {
content: '🔖';
}

54
node/src/documents/elements/icon.html

@ -11,7 +11,7 @@ type : 'UI Element'
<p>An icon is a glyph used to represent another concept more simply.</p>
<div class="ui basic labeled icon toggle overview button">
Definition
<i class="book icon icon"></i>
<i class="book icon"></i>
</div>
</div>
</div>
@ -370,7 +370,7 @@ type : 'UI Element'
<div class="example">
<h4 class="ui header">Disabled</h4>
<p>An icon can show that it is disabled</p>
<i class="disabled users icon icon"></i>
<i class="disabled users icon"></i>
</div>
<h2 class="ui dividing header">Variations</h2>
@ -378,15 +378,15 @@ type : 'UI Element'
<div class="example">
<h4 class="ui header">Size</h4>
<p>An icon can vary in size</p>
<i class="small home icon icon"></i>
<i class="small home icon"></i>
<br>
<i class="home icon icon"></i>
<i class="home icon"></i>
<br>
<i class="large home icon icon"></i>
<i class="large home icon"></i>
<br>
<i class="huge home icon icon"></i>
<i class="huge home icon"></i>
<br>
<i class="massive home icon icon"></i>
<i class="massive home icon"></i>
</div>
<div class="example">
@ -421,42 +421,42 @@ type : 'UI Element'
<div class="example">
<h4 class="ui header">Circular</h4>
<p>An icon can be formatted to appear circular</p>
<i class="circular users icon icon"></i>
<i class="circular teal users icon icon"></i>
<i class="circular inverted users icon icon"></i>
<i class="circular inverted teal users icon icon"></i>
<i class="circular users icon"></i>
<i class="circular teal users icon"></i>
<i class="circular inverted users icon"></i>
<i class="circular inverted teal users icon"></i>
</div>
<div class="example">
<h4 class="ui header">Square</h4>
<p>An icon can be formatted to appear square</p>
<i class="square users icon icon"></i>
<i class="square teal users icon icon"></i>
<i class="square inverted users icon icon"></i>
<i class="square inverted teal users icon icon"></i>
<i class="square users icon"></i>
<i class="square teal users icon"></i>
<i class="square inverted users icon"></i>
<i class="square inverted teal users icon"></i>
</div>
<div class="example">
<h4 class="ui header">Colors</h4>
<p>An icon can be formatted with different colors</p>
<i class="black users icon icon"></i>
<i class="blue user icon icon"></i>
<i class="red community icon icon"></i>
<i class="green add user icon icon"></i>
<i class="purple chat icon icon"></i>
<i class="teal comment icon icon"></i>
<i class="black users icon"></i>
<i class="blue user icon"></i>
<i class="red community icon"></i>
<i class="green add user icon"></i>
<i class="purple chat icon"></i>
<i class="teal comment icon"></i>
</div>
<div class="example">
<h4 class="ui header">Inverted</h4>
<p>an icon can have its colors inverted for contrast</p>
<i class="inverted black users icon icon"></i>
<i class="inverted blue user icon icon"></i>
<i class="inverted red community icon icon"></i>
<i class="inverted green add user icon icon"></i>
<i class="inverted purple chat icon icon"></i>
<i class="inverted teal comment icon icon"></i>
<i class="inverted black users icon"></i>
<i class="inverted blue user icon"></i>
<i class="inverted red community icon"></i>
<i class="inverted green add user icon"></i>
<i class="inverted purple chat icon"></i>
<i class="inverted teal comment icon"></i>
</div>

4
node/src/documents/modules/popup.html

@ -168,7 +168,7 @@ type : 'UI Module'
<tr>
<td>inline</td>
<td>true</td>
<td>If a popup is inline it will be created next to current element, allowing for local css rules to apply. Otherwise popups will appended to body and removed after being hidden.</td>
<td>If a popup is inline it will be created next to current element, allowing for local css rules to apply. It will not be removed from the DOM after being hidden. Otherwise popups will appended to body and removed after being hidden.</td>
</tr>
<tr>
<td>delay</td>
@ -187,7 +187,7 @@ type : 'UI Module'
</tr>
<tr>
<td>clickToClose</td>
<td>hover</td>
<td>true</td>
<td>Whether clicking anywhere outside a popup should close it.</td>
</tr>
<tr>

12
node/src/documents/modules/rating.html

@ -16,18 +16,6 @@ type : 'UI Module'
Definition
<i class="book icon"></i>
</div>
<div class="ui black basic download buttons">
<a class="ui button">Download</a>
<div class="ui top right pointing dropdown icon button">
<i class="dropdown icon"></i>
<div class="menu">
<a class="item">Download
<span class="ui small label">ZIP</span>
</a>
<a class="item">View Source</a>
</div>
</div>
</div>
</div>
</div>
<div class="main container">

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: '📖'; } /* '\1f4d6' */
i.icon.book:before { content: '\f4d6'; }
i.icon.bookmark:before { content: '🔖'; } /* '\1f516' */
i.icon.calendar:before { content: '📅'; } /* '\1f4c5' */
i.icon.cancel:before { content: '\2716'; } /* '✖' */

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

@ -1 +1 @@
59feb9798c06f2aea6f7f4971b660c2f599ddbcc
c8c02edec5a7f3071287724c4ddde9767565d09f

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

@ -224,6 +224,9 @@ i.icon.book:before {
content: '📖';
}
/* '\1f4d6' */
i.icon.book:before {
content: '\f4d6';
}
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: '📖'; } /* '\1f4d6' */
i.icon.book:before { content: '\f4d6'; }
i.icon.bookmark:before { content: '🔖'; } /* '\1f516' */
i.icon.calendar:before { content: '📅'; } /* '\1f4c5' */
i.icon.cancel:before { content: '\2716'; } /* '✖' */

Loading…
Cancel
Save