~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to media/css/comments.css

  • Committer: Holger Rapp
  • Date: 2009-03-15 20:19:52 UTC
  • mto: This revision was merged to the branch mainline in revision 64.
  • Revision ID: sirver@kallisto.local-20090315201952-eaug9ff2ec8qx1au
Fixed a bug with broken notification support

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
 
1
3
/* 
2
4
 * Comment
3
5
 */
4
6
.comment {
5
 
    margin: 0px;
6
 
    padding-bottom: 2px;
7
 
    /*
8
 
     * border: 1px solid rgb(20%,20%,20%);
9
 
     */
10
 
    border-top: 0px;
11
 
    width: 100%;
 
7
   margin: 0px;
 
8
   padding-bottom: 2px;
 
9
   border: 1px solid rgb(20%,20%,20%); 
 
10
   border-top: 0px;
 
11
   width: 100%;
12
12
}
13
13
.comment p {
14
14
    margin: 0px;
24
24
   vertical-align: top;
25
25
   margin-bottom: 5px;
26
26
}
27
 
.text textarea {
28
 
    width: 100%;
29
 
}