Skip to content

Commit

Permalink
Small layout changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevintuhumury committed Jun 21, 2012
1 parent 96affb8 commit 5ae09bc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/stylesheets/main.css
Expand Up @@ -320,7 +320,7 @@ body {
.message .time {
position: absolute;
left: 5px;
top: 0px; }
top: 4px; }
.message .time span {
display: -moz-inline-box;
-moz-box-orient: vertical;
Expand Down
1 change: 0 additions & 1 deletion source/layout.slim
Expand Up @@ -29,4 +29,3 @@ html

.notification
.message

2 changes: 1 addition & 1 deletion source/stylesheets/_message.sass
Expand Up @@ -9,7 +9,7 @@
.time
position: absolute
left: 5px
top: 0px
top: 4px

span
+inline-block
Expand Down

0 comments on commit 5ae09bc

Please sign in to comment.