Browse Source

Slight tweak to attached header padding

pull/993/head
jlukic 10 years ago
parent
commit
dd212ac408
2 changed files with 7 additions and 7 deletions
  1. 12
      server/documents/elements/header.html.eco
  2. 2
      src/themes/packages/default/elements/header.variables

12
server/documents/elements/header.html.eco

@ -140,23 +140,23 @@ themes : ['default', 'bookish', 'chubby']
<div class="example">
<h4 class="ui header">Attached</h4>
<p>A header can be attached to other content, like a <a href="elements/segment.html">segment</a></p>
<h4 class="ui top attached header">
<h3 class="ui top attached header">
Bulldog
</h4>
</h3>
<div class="ui attached segment">
<p>Bulldog is the name for a breed of dog commonly referred to as the English Bulldog. Other Bulldog breeds include the American Bulldog, Old English Bulldog (now extinct), Olde English Bulldogge, and the French Bulldog. The Bulldog is a muscular, heavy dog with a wrinkled face and a distinctive pushed-in nose.</p>
<p>The American Kennel Club (AKC), The Kennel Club (UK), and the United Kennel Club (UKC) oversee breeding standards. Bulldogs are the 5th most popular purebreed in the United States in 2013 according to the American Kennel Club.</p>
</div>
<h4 class="ui attached header">
<h3 class="ui attached header">
Catahoula Cur
</h4>
</h3>
<div class="ui attached segment">
<p>The Catahoula Cur is an American dog breed named after Catahoula Parish, in the state of Louisiana, in the United States. After becoming the state dog of Louisiana in 1979, its name was officially changed to Louisiana Catahoula Leopard Dog. The Catahoula is believed to be the first dog breed developed in North America.</p>
<p>The breed is sometimes referred to as the "Catahoula Hound" or "Catahoula Leopard Hound", although it is not a true hound, but a cur. It is also called the "Catahoula Hog Dog", reflecting its traditional use in hunting wild boar.</p>
</div>
<h4 class="ui bottom attached header">
<h3 class="ui bottom attached header">
Thanks for reading
</h4>
</h3>
</div>
<div class="example">

2
src/themes/packages/default/elements/header.variables

@ -82,7 +82,7 @@
/* Attached */
@attachedOffset: 0px;
@attachedBoxShadow: 0px 0px 0px 1px @solidBorderColor;
@attachedVerticalPadding: 0.75rem;
@attachedVerticalPadding: 0.7em;
@attachedHorizontalPadding: 1rem;
@attachedBackground: @blockBackground;
@attachedBorder: none;

Loading…
Cancel
Save