~tsep-dev/tsep/0.9-beta

« back to all changes in this revision

Viewing changes to trunk/app/webroot/css/style.css

  • Committer: geoffreyfishing
  • Date: 2011-01-11 00:55:11 UTC
  • Revision ID: svn-v4:ae0de26e-ed09-4cbe-9a20-e40b4c60ac6c::124
Updated CSS and truncated results.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
h2 { font-size: 18px; }
27
27
 
28
28
h3 { }
 
29
 
 
30
div.result {
 
31
  margin-top:3px;
 
32
  padding-top:2px;
 
33
  padding-bottom:2px;
 
34
  margin-bottom:3px;
 
35
  background-color:#CCFFCC;
 
36
  
 
37
}
 
38
div.result > div.url {
 
39
  font-weight:bold;
 
40
  margin-bottom:10px;
 
41
}
29
42
 
30
43
p, ul, ol {
31
44
        margin-top: 0;