Skip to content

Commit

Permalink
Update share box
Browse files Browse the repository at this point in the history
  • Loading branch information
gkoberger committed Apr 16, 2012
1 parent 910fd47 commit b5148d2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions css/style.css
Expand Up @@ -333,9 +333,11 @@ a:visited:hover {
border-top: 6px solid #EEEEEE;
}
#faq .fb {
border-bottom: 1px dotted #AAAAAA;
background-color: #FFFFFF;
border: 1px solid #999999;
box-shadow: 0 0 6px #999999;
padding: 2em;
margin-bottom: 2em;
padding-bottom: 2em;
overflow: hidden;
}
#faq .fb > div,
Expand Down
6 changes: 4 additions & 2 deletions css/style.less
Expand Up @@ -363,9 +363,11 @@ a, a:visited {
background-color: #ddd;
border-top: 6px solid #EEEEEE;
.fb {
border-bottom: 1px dotted #AAAAAA;
background-color: #FFFFFF;
border: 1px solid #999999;
box-shadow: 0 0 6px #999999;
padding: 2em;
margin-bottom: 2em;
padding-bottom: 2em;
overflow: hidden;
& > div, & > iframe {
float: left;
Expand Down

0 comments on commit b5148d2

Please sign in to comment.