Skip to content

Commit

Permalink
Merge pull request #70 from plone/allcaps-fix-jumbotron-bg
Browse files Browse the repository at this point in the history
Fix jumbotron background
  • Loading branch information
vangheem committed Dec 23, 2015
2 parents 45c3f6b + 415682d commit 93aa47f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ New:

Fixes:

- Restore the principal aka jumbotron background.
[allcaps]

- Fix sitemap layout. Drop the columns. (closes `#57`_).
[allcaps]

Expand Down
2 changes: 1 addition & 1 deletion plonetheme/barceloneta/theme/less/barceloneta-compiled.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion plonetheme/barceloneta/theme/less/main.plone.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

//*// Principal box
.principal {
background: darken(@plone-breadcrumb-bg,5%);
background: linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 14%, transparent 14%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 64%, transparent 64%, transparent);
background-color: darken(@plone-breadcrumb-bg, 5%);
background-size: 20px 20px;
margin-top: -20px;
margin-bottom: 20px;
Expand Down

0 comments on commit 93aa47f

Please sign in to comment.