Skip to content

Instantly share code, notes, and snippets.

@chayner
Created October 19, 2012 16:09
Show Gist options
  • Select an option

  • Save chayner/3919068 to your computer and use it in GitHub Desktop.

Select an option

Save chayner/3919068 to your computer and use it in GitHub Desktop.
Additional KOC Styles
/* @group standard koc styles */
img {
border: 0 none;
/*border: 1px solid #000;*/
}
img.noborder {
border: 0 none !important;
}
/*image caption formats*/
.img_r {
float: right;
margin: 10px 0px 10px 15px;
}
.img_l {
float: left;
margin: 10px 25px 10px 0px;
}
/*.img_r img
{
border: 1px solid #000;
}
.img_l img
{
border: 1px solid #000;
}
.noborder
{
border: none;
}*/
.img_100 {
width: 100px;
}
.img_184 {
width: 184px;
}
.img_150 {
width: 150px;
}
.img_175 {
width: 175px;
}
.img_200 {
width: 200px;
}
.img_221 {
width: 221px;
}
.img_250 {
width: 250px;
}
.img_300 {
width: 300px;
}
.img_350 {
width: 350px;
}
.img_400 {
width: 400px;
}
.img_450 {
width: 450px;
}
.img_500 {
width: 500px;
}
.img_550 {
width: 550px;
}
.img_600 {
width: 600px;
}
/* @end */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment