mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
Update freebsd icon placement
This commit is contained in:
@@ -20,8 +20,9 @@ Know of a post, article, or tutorial on Hugo? [Please add it to this list](https
|
||||
|
||||
Hugo has been featured in the following Blog Posts, Press, and Media.
|
||||
|
||||
| Title | Author | Date |
|
||||
| ----- | ------ | -----: |
|
||||
| Title | Author | Date |
|
||||
| :----- | ------- | ----- |
|
||||
| [Automagical image gallery in Hugo with PhotoSwipe and jQuery](https://www.liwen.id.au/photoswipe/)| Li-Wen Yip | 2017-03-04 |
|
||||
| [Adding Isso Comments to Hugo](https://stiobhart.net/2017-02-24-isso-comments/) | Stíobhart Matulevicz | 2017-02-24 |
|
||||
| [Zero to HTTP/2 with AWS and Hugo](https://habd.as/zero-to-http-2-aws-hugo/) | Josh Habdas | 2017-02-16 |
|
||||
| [How to Password Protect a Hugo Site](https://www.aerobatic.com/blog/password-protect-a-hugo-site/) | Aerobatic | 2017-02-19 |
|
||||
|
||||
@@ -11,11 +11,11 @@ svg.svg-icon {
|
||||
background-image: url(/images/hugo-icons/freebsd.svg);
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
margin-bottom: .2em;
|
||||
}
|
||||
|
||||
.icon-freebsd.white:before {
|
||||
background-image: url(/images/hugo-icons/freebsd-white.svg);
|
||||
margin-bottom: .2em;
|
||||
}
|
||||
|
||||
//for template lookup yes/no/na (e.g., in single-page template [/templates/single-page-template/])
|
||||
|
||||
@@ -87,17 +87,27 @@ table {
|
||||
}
|
||||
}
|
||||
|
||||
table.bf-configuration {
|
||||
tbody {
|
||||
tr {
|
||||
td.purpose-description {
|
||||
ul {
|
||||
list-style: none;
|
||||
margin-left:0px;
|
||||
padding-left:0px;
|
||||
li {
|
||||
list-style: none;
|
||||
}
|
||||
article#press-and-articles {
|
||||
> .body-copy {
|
||||
table {
|
||||
max-width:100%;
|
||||
tr {
|
||||
td {
|
||||
// max-width: 200px;
|
||||
display:table-cell;
|
||||
width:auto;
|
||||
}
|
||||
// td:first-child {
|
||||
// width:300px;
|
||||
// }
|
||||
// td:nth-child(2) {
|
||||
// width:200px;
|
||||
// }
|
||||
td:nth-child(3) {
|
||||
width: 100px;
|
||||
min-width: 100px;
|
||||
max-width : 100px;
|
||||
text-align:right;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user