Browse Source

Fix broken divider link on homepage, progress spacing

1.x
jlukic 10 years ago
parent
commit
aafe05fa66
  1. 2
      server/documents/index.html.eco
  2. 1
      server/files/javascript/library/less.js
  3. 3
      server/files/stylesheets/home.css

2
server/documents/index.html.eco

@ -285,7 +285,7 @@ type : 'Semantic'
</div>
<div class="no example">
<h4 class="ui header">
<a href="/modules/accordion.html">Divider</a>
<a href="/elements/divider.html">Divider</a>
</h4>
<div class="ui two column stackable center aligned grid segment">
<div class="column">

1
server/files/javascript/library/less.js

File diff suppressed because one or more lines are too long

3
server/files/stylesheets/home.css

@ -580,6 +580,9 @@
#example .demo.row .ui.label:not(.empty) {
margin-bottom: 1em;
}
#example .demo.row .ui.progress {
margin-bottom: 2.5em;
}
#example .demo.row h4 {
font-weight: bold !important;
margin: 0em 0em 1em !important;

Loading…
Cancel
Save