Skip to content

Instantly share code, notes, and snippets.

@TeMPOraL
Created February 3, 2012 20:13
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 TeMPOraL/1732177 to your computer and use it in GitHub Desktop.
Save TeMPOraL/1732177 to your computer and use it in GitHub Desktop.
Custom stylesheet for Hackful Europe
/* general */
body
{
margin-left: 100px;
margin-right: 100px;
}
/* comments */
.post
{
margin-bottom: 15px;
}
.comment
{
margin-bottom: 15px;
}
.text_body p a
{
color: #E48E69;
}
.text_body p
{
margin-bottom: 6px;
}
/* posting/replying */
#comment_text
{
width: 500px;
height: 300px;
}
#post_title, #post_text, #post_link
{
width: 500px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment