Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
css cleaning from index file
  • Loading branch information
kumarishan committed Mar 25, 2012
1 parent 3294e9f commit 373a968
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 143 deletions.
6 changes: 3 additions & 3 deletions lib/blog.rb
Expand Up @@ -2,9 +2,9 @@
require 'cache'

Posterous.config = {
'username' => 'your email address',
'password' => 'your password',
'api_token' => 'your token'
'username' => '',
'password' => '',
'api_token' => ''
}

class Blog
Expand Down
140 changes: 0 additions & 140 deletions views/index.haml
Expand Up @@ -40,9 +40,6 @@
border-radius: 0px;
-moz-border-radius: 0px;
}
.search-query {
height: 28px;
}
.main-content {
width: 740px;
margin-left: 0px;
Expand Down Expand Up @@ -107,156 +104,19 @@
hr {
border-color: gray;
}
.breadcrumb {
margin-bottom: 5px;
}
.main-header-partition {
margin: 5px;
}
.book-pic-medium {
height: 100px;
width: 75px;
}
.activity-feed {
margin: 2px 2px 10px 6px;
}
.activity-container {
display: block;
}

.activity-book-topic {
margin: 1px 1px 8px 1px;
}
.activity-user {
float: left;
margin-right: 10px;
}
.activity-detail {
float: left;
}
.activity-book-image {
padding-left: 5px;
float: left;
}
.activity-book-detail {
padding: 0px 0px 0px 8px;
float: left;
}
.activity-book-name {
font: bold 15px arial,sans-serif;
color: #04070B;
}
.activity-book-author {
margin-left: 4px;
font-style: italic;
font-type: arial,sans-serif;
color: #1F3D5C;
}
.activity-book-description {
margin-left: 4px;
font-style: italic;
font-type: arial,sans-serif;
color: #1F3D5C;
}
.activity-book-comment {
width: 50%;
display: block;
margin-left: 20px;
margin-bottom: 2px;
background-color: #EEEEEC;
padding: 2px;
color: #1F3D5C;
}
.activity-comment-user {
display: block;
float: left;
}
.activity-comment {
display: block;
float: left;
padding-left: 5px;
}
.activity-partition {
margin: 5px;
border-color: #DEE8E8;
}
.main-content-fixed-layout {
padding-bottom: 790px;
margin-bottom: -800px;
}
.search-box {
display: block;
float: left;
height: 30px;
width: 100%
}
.search-form {
padding:19px;
min-height: 20px;
background-color: whiteSmoke;
height: 100%;
}
.remove-border {
border: none;
}
.remove-border-radius {
border-radius: 0;
}
.search-partition {
margin: 40px 5px 5px 5px;
border-color: #DEE8E8;
}
.search-result-container {
padding: 0px;
}
.search-result-row {
padding: 0px 12px 0px 12px;
width: auto;
}
.search-result-item {
float: left;
width: 152px;
height: 180px;
margin: 10px 5px 5px 5px;
padding: 10px 5px 10px 5px;
}
.search-book-image {
margin-left: 24px;
height: 140px;
}
.search-book-name {
font: bold auto arial,sans-serif;
color: #04070B;
text-align: center;
}
.search-book-author {
font-style: italic;
color: #1F3D5C;
text-align:center;
}
.search-item-extras {
display: none;
}
.search-result-item:hover > div.search-item-extras {
display: block;
}
.search-item-extras {
text-align: center;
letter-spacing: 6px;
}
.search-item-extras:hover > a {
opacity: 0.5;
}
.search-item-extras:hover > a:hover {
opacity: 1.0;
}
#search-detail {
position:absolute;
display:none;
z-index:10;
opacity: 1.0;
background-color: gray;
}
.user-small {
height: 38px;
width: 36px;
Expand Down

0 comments on commit 373a968

Please sign in to comment.