Skip to content

Commit

Permalink
fix mini layout on own profile and lists
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Oct 31, 2009
1 parent dd9b8ed commit 8c5bcb8
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions endless_tweets/endless_tweets.sass
Expand Up @@ -135,11 +135,11 @@ body.mini
div.section
:padding 0

#primary_nav ~ *, #message_count, .about, .promotion
#primary_nav ~ *, #message_count, .about, .promotion, #profile_tab
:display none

#profile
#me_name
#me_name, #me_tweets
:display none
.section-links
:margin-right 4px
Expand Down Expand Up @@ -226,6 +226,22 @@ body.mini
:right 5px
:top 5px

body.mini.lists
#side_base
:display none
table.columns
:margin-top 0
#content
:padding-top 0
.list-header
:height 20px
:padding-left 150px
:margin-right -10px !important
h2
:height auto
:width auto
:font-size 20px

body.timeline #content h1
:font-size 1em
:color #333
Expand Down

0 comments on commit 8c5bcb8

Please sign in to comment.