Skip to content

Commit

Permalink
Modify design of header
Browse files Browse the repository at this point in the history
  • Loading branch information
mataki committed Jul 13, 2010
1 parent 8ae78f3 commit 97c1c48
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion home/youroom-home-stylesheet.css
Expand Up @@ -3,8 +3,17 @@
padding: 0px;
font-size: small;
}

#header {
height: 1.5em;
}

#header div {
float: right;
}
.entry {
padding: 4px 0px;
position: relative;
}
.entry.root {
border-bottom: 1px solid silver;
Expand All @@ -14,7 +23,13 @@
margin: 4px;
}

.entry img.loading {
.entry .group {
position: absolute;
top: 2px;
right: 2px;
}

img.loading {
height: 1em;
}

Expand Down

0 comments on commit 97c1c48

Please sign in to comment.