~daker/loco-team-portal/fix.656761

« back to all changes in this revision

Viewing changes to loco_directory/media/css/twidenash.css

  • Committer: Chris Johnston
  • Date: 2010-09-24 21:39:05 UTC
  • mfrom: (294.1.1 loco-directory)
  • Revision ID: chrisjohnston@ubuntu.com-20100924213905-qov1xpyk0zyj9grv
Fixes list on about loco page and misc css fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * twidenash.css
 
3
 *
 
4
 * twidenash CSS stuff.
 
5
 *
 
6
 *  Author: Michal Hall      ( mhall119 )
 
7
 */
 
8
 
 
9
 
1
10
ul.twidenash li {
2
11
    list-style-type:  none;
3
12
    clear:            both;
4
13
    padding:          3px;
5
14
    font-size:        100%;
6
15
}
 
16
 
7
17
ul.twidenash li img {
8
18
    float:            left;
9
19
    vertical-align:   top;
10
20
    padding-right:    10px;
11
21
}
 
22
 
12
23
ul.twidenash li .comment {
13
24
    margin-left:      5px;
14
25
    display:          block;