From dd212ac40815b953adc317e27d5d147b8f0222a9 Mon Sep 17 00:00:00 2001 From: jlukic Date: Wed, 6 Aug 2014 17:15:41 -0400 Subject: [PATCH] Slight tweak to attached header padding --- server/documents/elements/header.html.eco | 12 ++++++------ .../packages/default/elements/header.variables | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/server/documents/elements/header.html.eco b/server/documents/elements/header.html.eco index 6fb74bcac..2df84a2d3 100755 --- a/server/documents/elements/header.html.eco +++ b/server/documents/elements/header.html.eco @@ -140,23 +140,23 @@ themes : ['default', 'bookish', 'chubby']

Attached

A header can be attached to other content, like a segment

-

+

Bulldog -

+

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.

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.

-

+

Catahoula Cur -

+

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.

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.

-

+

Thanks for reading -

+
diff --git a/src/themes/packages/default/elements/header.variables b/src/themes/packages/default/elements/header.variables index 94c15c145..e6c7cdce1 100755 --- a/src/themes/packages/default/elements/header.variables +++ b/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;