Skip to content

Instantly share code, notes, and snippets.

@SeanPONeil
Created January 20, 2012 19:28
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 SeanPONeil/1649126 to your computer and use it in GitHub Desktop.
Save SeanPONeil/1649126 to your computer and use it in GitHub Desktop.
CSS for MGoBlog on Android
img {
max-width: 100%
}
blockquote {
background-color:#F8FFA4;
border-bottom-color:black;
border-bottom-style:solid;
border-bottom-width:1px;
border-image:initial;
border-left-color:black;
border-left-style:solid;
border-left-width:1px;
border-right-color:black;
border-right-style:solid;
border-right-width:1px;
border-top-color:black;
border-top-style:solid;
border-top-width:1px;
display:block;
font-size:100%;
margin-bottom:10px;
margin-left:30px;
margin-right:30px;
margin-top:10px;
padding-bottom:0.3em;
padding-left:0.3em;
padding-right:0.3em;
padding-top:0.3em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment