Skip to content

Instantly share code, notes, and snippets.

@uupaa
Created November 15, 2012 15:48
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 uupaa/4079296 to your computer and use it in GitHub Desktop.
Save uupaa/4079296 to your computer and use it in GitHub Desktop.
latest log css
/* <system section="theme" selected="alpha2"> */
@import "/css/theme/alpha2/alpha2.css";
/* </system> */
/* <system section="background" selected="default"> */
/* default */
/* </system> */
/*aside { outline: 2px solid yellow }*/
#container { width: 1250px; /*outline: 2px solid red*/ }
#wrapper { width: 1000px; /*outline: 2px solid lime*/ }
#main { width: 860px; /*outline: 2px solid navy*/ }
.entry-content { width: 860px; /*outline: 2px solid pink*/ }
.entry-content img { padding: 10px; border: 1px solid pink; box-shadow: 5px 5px 5px pink }
div.box {
width: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-box;
display: -o-box;
display: flexbox;
}
div.boxLeft {
min-width: 50%;
}
div.boxRight {
min-width: 50%;
}
pre.code {
min-height: 50px;
}
div.flexbox {
width: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-box;
display: -o-box;
display: flexbox;
}
div.flexbox>pre.code:nth-of-type(1) {
min-width: 50%;
}
div.flexbox>pre.code:nth-of-type(2) {
min-width: 50%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment