Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
HTML
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">

<!-- Force update: 16 -->
<style type="text/css">

.big-col {
    margin-right: 310px !important;
} 

#content {
    height : 1080px;
}

#col {
   width : 250px;
}

DIV.left-column {
  float: left;
  width: 48%;
}

DIV.right-column {
  float: right;
  width: 48%;
}

.blogSurtitle {
    background: none repeat scroll 0 0 #569D2F;
    border: 2px solid #DDDDDD;
    color: #FFFFFF;
    margin: 1px 1px 10px;
    padding: 3px;
}
a.blogDate {
    color: #FFFFFF;
}

a.blogHeading {
    color: #569D2F;
    font-size: 14px;
}

#col p {
    text-align : justify;
    font-size : 11px;
    line-height : 1.2 !important
}

.feature {
    #height: 150px;
}

</style>

<script src="http://platform.twitter.com/widgets.js"></script>

...