Browse Source

see reddit: turns down the font weight of the damn buttons

pull/13/head
jlukic 11 years ago
parent
commit
168b90a8dc
2 changed files with 3 additions and 3 deletions
  1. 2
      node/src/documents/elements/loader.html
  2. 4
      node/src/documents/index.html.eco

2
node/src/documents/elements/loader.html

@ -40,7 +40,7 @@ type : 'UI Element'
<div class="example">
<h4 class="ui header">Text Loader</h4>
<p>Text loader</p>
<p>A loader can contain text</p>
<div class="ui ignored info message">If the text for a loader is larger than the size of a loader it might need to have its margins manually adjusted to center itself precisely.</div>
<div class="ui segment">
<div class="ui active dimmer">

4
node/src/documents/index.html.eco

@ -16,8 +16,8 @@ type : 'Semantic'
<h1 class="ui header">Semantic UI</h1>
<h2 class="ui header">UI is the vocabulary of the web.</h2>
<p>Semantic empowers designers and developers by creating a language for sharing UI.</p>
<a class="ui black huge labeled launch icon button"><i class="icon list layout"></i> View UI</a>
<a class="ui red huge labeled icon button" href="semantic.zip" class="ui button"><i class="upload icon"></i> Download</a>
<a class="ui black large labeled launch icon button"><i class="icon list layout"></i> View UI</a>
<a class="ui red large labeled icon button" href="semantic.zip" class="ui button"><i class="upload icon"></i> Download</a>
</div>
</div>
</div>

Loading…
Cancel
Save