Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: robertcedwards/Sseko
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: joshfishman/Sseko
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Oct 6, 2011

  1. Copy the full SHA
    f0085ad View commit details
  2. image margin in sidebar

    joshfishman committed Oct 6, 2011
    Copy the full SHA
    307c2e4 View commit details

Commits on Nov 21, 2011

  1. remove hr grid

    joshfishman committed Nov 21, 2011
    Copy the full SHA
    46d5ea3 View commit details
Showing with 27 additions and 3 deletions.
  1. +27 −3 style.css
30 changes: 27 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
@@ -190,6 +190,7 @@ body{background-image:url('images/bg.jpg');-webkit-background-size:100%; /*Saf3-
.description {padding-top: 15px;}
.menu{float:right;}
.post {}
hr.grid_12{margin-left: 0px;}
li.font{ font: 22px "Droid Serif Italic", serif; color:#b27557; text-decoration: none; font-style: italic; }
.social ul {text-align:center;}
.social li{display: inline; padding: 2px ;}
@@ -201,9 +202,32 @@ body{background-image:url('images/bg.jpg');-webkit-background-size:100%; /*Saf3-
.entry-meta a {text-decoration:none; color:#cc9966; text-transform:uppercase;}

.sidebar{background: url('images/slidersidebar.jpg');overflow:hidden; background-repeat: repeat; padding: 10px 0px 10px 0px;}
.sidebar ul {padding:10px;}
.sidebar h2 {padding:3px 5px 3px 5px;}
.sidebar a{text-decoration:none; color:#C96;}
.sidebar ul {padding:10px;
line-height:180%;
}
.sidebar h2 {padding:3px 5px 3px 5px;
font-style: italic;
color: #535253;
font-weight: normal;
font-size: 20px;
border-bottom: 1px dotted #898989;
margin-left: 10px;
margin-top:20px;
}
.sidebar h2:first-of-type{
margin-top:none;
}
.sidebar p {font-size: 11pt; color: #999; font-weight: 100; font-style: italic;}

.sidebar p + a {
margin-left: 100px;

}
.sidebar img{
margin-left: 10px;
margin-right:10px;
margin-top: 10px;
}
#meta {}
.postmetadata {}