Skip to content

Commit

Permalink
add google+ authorship link
Browse files Browse the repository at this point in the history
  • Loading branch information
izuzak committed Nov 29, 2012
1 parent 20a1a0f commit ab7bf2f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 15 deletions.
5 changes: 3 additions & 2 deletions _layouts/default.html
Expand Up @@ -27,10 +27,11 @@
<a class="extra" href="/#talks">talks & papers</a> <a class="extra" href="/#talks">talks & papers</a>
<a class="extra" href="/#other">other</a> <a class="extra" href="/#other">other</a>
<g:plusone size="small"></g:plusone> <g:plusone size="small"></g:plusone>
<a class="hidden" href="https://plus.google.com/117110094515372104918?rel=author">Google</a>
</div> </div>

{{ content }} {{ content }}

<div class="footer"> <div class="footer">
<div class="contact"> <div class="contact">
<p> <p>
Expand Down
30 changes: 17 additions & 13 deletions css/screen.css
Expand Up @@ -50,6 +50,10 @@ table {
font: 100%; font: 100%;
} }


.hidden {
visibility: hidden;
}

/*****************************************************************************/ /*****************************************************************************/
/* /*
/* Home /* Home
Expand All @@ -64,7 +68,7 @@ ul.posts {
ul.posts li { ul.posts li {
line-height: 1.75em; line-height: 1.75em;
} }

ul.posts li div { ul.posts li div {
vertical-align: top; vertical-align: top;
} }
Expand All @@ -74,17 +78,17 @@ ul.posts {
font-family: Monaco, "Courier New", monospace; font-family: Monaco, "Courier New", monospace;
font-size: 80%; font-size: 80%;
} }

ul.posts li .first { ul.posts li .first {
width: 8.5em; width: 8.5em;
display: inline-block; display: inline-block;
} }

ul.posts li .sep { ul.posts li .sep {
width: 1em; width: 1em;
display: inline-block; display: inline-block;
} }

ul.posts li .second { ul.posts li .second {
width: 40.0em; width: 40.0em;
display: inline-block; display: inline-block;
Expand Down Expand Up @@ -222,7 +226,7 @@ ul.posts {
#related h2 { #related h2 {
margin-bottom: 1em; margin-bottom: 1em;
} }

img.aligncenter { img.aligncenter {
display: block; display: block;
margin-left: auto; margin-left: auto;
Expand All @@ -248,7 +252,7 @@ img.aligncenter {
padding: 0px; padding: 0px;
width: 100%; width: 100%;
} }

.comment .commentheader { .comment .commentheader {
border-bottom-color: #CACACA; border-bottom-color: #CACACA;
border-bottom-style: solid; border-bottom-style: solid;
Expand All @@ -275,7 +279,7 @@ img.aligncenter {
white-space: nowrap; white-space: nowrap;
width: 100%; width: 100%;
} }

.comment .commentheader .commentgravatar { .comment .commentheader .commentgravatar {
background-attachment: scroll; background-attachment: scroll;
background-clip: border-box; background-clip: border-box;
Expand Down Expand Up @@ -307,16 +311,16 @@ img.aligncenter {
white-space: nowrap; white-space: nowrap;
width: 20px; width: 20px;
} }

.comment .commentheader a:link { .comment .commentheader a:link {
text-decoration: none; text-decoration: none;
} }


.comment .commentheader a:hover { .comment .commentheader a:hover {
border-bottom:1px solid; border-bottom:1px solid;
} }


.comment .commentheader .commentuser { .comment .commentheader .commentuser {
background-color: transparent; background-color: transparent;
color: black; color: black;
Expand All @@ -339,7 +343,7 @@ img.aligncenter {
white-space: nowrap; white-space: nowrap;
width: 0px; width: 0px;
} }

.comment .commentheader .commentdate { .comment .commentheader .commentdate {
background-color: transparent; background-color: transparent;
color: #777; color: #777;
Expand All @@ -361,7 +365,7 @@ img.aligncenter {
white-space: nowrap; white-space: nowrap;
width: 20em; width: 20em;
} }

.comment .commentbody { .comment .commentbody {
background-attachment: scroll; background-attachment: scroll;
background-clip: border-box; background-clip: border-box;
Expand All @@ -381,7 +385,7 @@ img.aligncenter {
width: 96%; width: 96%;
word-wrap: break-word; word-wrap: break-word;
} }

.comment .commentbody p { .comment .commentbody p {
margin-bottom: 0.5em; margin-bottom: 0.5em;
margin-top: 0.5em; margin-top: 0.5em;
Expand Down

0 comments on commit ab7bf2f

Please sign in to comment.