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

« back to all changes in this revision

Viewing changes to doc/reference/librygel-core/valadoc/devhelpstyle.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:
131
131
        padding-bottom: 5px;
132
132
        padding-top: 5px;
133
133
 
134
 
        font: monospace;
 
134
        font-family: monospace;
135
135
        border-color: #aaaaff;
136
136
        background-color: #eeeeff;
137
137
        border-style: solid;
165
165
}
166
166
 
167
167
span.leaf_code_definition {
168
 
        font: monospace;
 
168
        font-family: monospace;
169
169
}
170
170
 
171
171
 
507
507
}
508
508
 
509
509
.css_content_literal {
510
 
        font: monospace;
 
510
        font-family: monospace;
511
511
        color: #ff01ff;
512
512
}
513
513
 
 
514
code {
 
515
        font-family: monospace;
 
516
}
 
517
 
514
518
.main_code_definition a, .leaf_code_definition a {
515
519
        text-decoration: none;
516
520
        color: inherit;