Skip to content

Instantly share code, notes, and snippets.

@syui
Created July 17, 2014 13:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save syui/d4fdc0fb00cc9b933c15 to your computer and use it in GitHub Desktop.
Save syui/d4fdc0fb00cc9b933c15 to your computer and use it in GitHub Desktop.
.com-body {
font-size: 100%;
float: right;
width: 481px;
padding: 5px 10px;
background: #efefef;
border: 1px solid #dedede;
/*角丸なし*/
border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
}
.com-f {
position: absolute;
left: 132px;
/* top: 15px; */
}
/* .com-f:after { */
.com-f:before {
content: "";
position: absolute;
width: 0px;
height: 0px;
border-style: solid;
border-width: 20px 0px 0px 32px;
border-color: #ECECEC rgba(192,192,192,0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment