~ubuntu-branches/ubuntu/raring/rygel/raring

« back to all changes in this revision

Viewing changes to doc/reference/librygel-renderer/valadoc/style.css

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2012-09-26 22:34:15 UTC
  • mfrom: (1.3.2)
  • mto: (14.1.10 sid)
  • mto: This revision was merged to the branch mainline in revision 27.
  • Revision ID: package-import@ubuntu.com-20120926223415-mem27auv86jjrj9k
ImportedĀ UpstreamĀ versionĀ 0.16.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
        padding-bottom: 5px;
147
147
        padding-top: 5px;
148
148
 
149
 
        font: monospace;
 
149
        font-family: monospace;
150
150
        border-color: #aaaaff;
151
151
        background-color: #eeeeff;
152
152
        border-style: solid;
180
180
}
181
181
 
182
182
span.leaf_code_definition {
183
 
        font: monospace;
 
183
        font-family: monospace;
184
184
}
185
185
 
186
186
 
521
521
}
522
522
 
523
523
.css_content_literal {
524
 
        font: monospace;
 
524
        font-family: monospace;
525
525
        color: #ff01ff;
526
526
}
 
527
 
 
528
code {
 
529
        font-family: monospace;
 
530
}
 
531
 
527
532
.main_code_definition a, .leaf_code_definition a {
528
533
        text-decoration: none;
529
534
        color: inherit;