Skip to content

Commit

Permalink
Use css for arrow on page head
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowglen committed Jul 5, 2014
1 parent 6f1d18f commit b6946ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/main.css
Expand Up @@ -13,7 +13,7 @@ li{list-style-image:none;list-style-position:outside;list-style-type:none;-moz-t
img{border:medium none}
h2{clear:both;display:block;float:left;font-family:'Helvetica Neue','Helvetica','Arial',sans-serif;font-size:20px;font-weight:400;line-height:1.1;margin:8px 0 0 10px;cursor:default}
.wrapper{margin:1em auto;position:relative;width:763px}
.content-bubble-arrow{background-image:url(../img/arr2.gif);background-position:25px 0;background-repeat:no-repeat;margin-top:1em;padding-top:11px}
.content-bubble-arrow{height:18px;width:18px;background-color:#fff;transform:rotate(45deg);margin-bottom:-7px;position:relative;top:5px;left:25px}
.columns{margin-bottom:15px;width:100%}
.round{border-radius:5px}
.round-right{border-radius:0 5px 5px 0}
Expand Down
Binary file removed img/arr2.gif
Binary file not shown.

0 comments on commit b6946ef

Please sign in to comment.