Skip to content

Commit

Permalink
fix "Single Discussion" forum type alignment in Forum module
Browse files Browse the repository at this point in the history
  • Loading branch information
nadavkav committed Sep 24, 2010
1 parent 0df94a7 commit 18951a8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions theme/standard/rtl.css
Expand Up @@ -676,3 +676,10 @@ width:20%;
direction:ltr;
}

/* fix "Single Discussion" forum type alignment in Forum module */
#mod-forum-view .subscription {
border:2px groove;
float:left;
margin:5px 0;
padding:5px;
}

0 comments on commit 18951a8

Please sign in to comment.