Skip to content

Commit

Permalink
more css from base kept in lanyon
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed May 29, 2015
1 parent 6fb76b5 commit 3e42e73
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 16 deletions.
3 changes: 1 addition & 2 deletions v7/lanyon/README.md
Expand Up @@ -18,7 +18,6 @@ License is MIT
Known Issues:

* Not all features of Nikola are tested.
* Galleries will not work until [Issue #1764](https://github.com/getnikola/nikola/issues/1764) is fixed.
* Crumb bars are not done well
* Galleries will work better when [Issue #1764](https://github.com/getnikola/nikola/issues/1764) is fixed.
* Submenus in navigation links are not supported
* CDNs are not used regardless of ``USE_CDN``
59 changes: 45 additions & 14 deletions v7/lanyon/assets/css/lanyon.css
Expand Up @@ -566,22 +566,53 @@ a.pagination-item:hover {
}

.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}

.breadcrumb {
padding: 8px 15px;
margin-bottom: 20px;
list-style: none;
}

.breadcrumb > li {
display: inline-block;
margin-right: 0;
margin-left: 0;
}

.breadcrumb > li:after {
content: ' / ';
color: #888;
}

.breadcrumb > li:last-of-type:after {
content: '';
margin-left: 0;
}

.thumbnails > li {
display: inline-block;
margin-right: 10px;
}

.thumbnails > li:last-of-type {
margin-right: 0;
}

0 comments on commit 3e42e73

Please sign in to comment.