Skip to content

Commit

Permalink
Merge pull request #1 from softwarespot/patch-1
Browse files Browse the repository at this point in the history
Optimised style.css
  • Loading branch information
andrew-tpfc committed Jun 18, 2014
2 parents 93e5bfd + 191dc60 commit e12700f
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions chrome_basic/pgid_chrome/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ body {
}

.function {
border: 1px #888888 solid;
background: #bbbbbb;
border: 1px #888 solid;
background: #bbb;
}

.card {
Expand All @@ -31,27 +31,23 @@ body {
}

/* Two column layout adopted from http://www.maxdesign.com.au/articles/css-layouts/two-liquid/ */
#container
{
#container {
margin: 0 auto;
width: 100%;
background: #fff;
}

#header
{
#header {
background: #ccc;
padding: 20px;
}

#content-container
{
#content-container {
float: left;
width: 100%;
}

#content
{
#content {
clear: left;
float: left;
width: 40%;
Expand All @@ -60,15 +56,18 @@ body {
display: inline;
}

#content h2 { margin: 0; }
#content h2 {
margin: 0;
}

#aside
{
#aside {
float: right;
width: 46%;
padding: 20px 0;
margin: 0 3% 0 0;
display: inline;
}

#aside h3 { margin: 0; }
#aside h3 {
margin: 0;
}

0 comments on commit e12700f

Please sign in to comment.