Update freebsd icon placement

This commit is contained in:
Ryan Watters
2017-03-07 18:43:50 -06:00
parent fbe1b65ca6
commit 681712a9ab
4 changed files with 26 additions and 15 deletions
+3 -2
View File
@@ -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 |
+1 -1
View File
@@ -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/])
+21 -11
View File
@@ -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;
}
}
}
+1 -1
View File
File diff suppressed because one or more lines are too long