~ubuntu-it-wiki/wiki-ubuntu-it/wiki-repo

« back to all changes in this revision

Viewing changes to htdocs/light/css/common.css

  • Committer: Jeremie Tamburini
  • Date: 2015-01-06 17:28:18 UTC
  • Revision ID: jeremie.tamburini@gmail.com-20150106172818-59a5vpwkyx54awru
Created class for tables without borders and new color for monospace font character.

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
        padding: 0;
135
135
}
136
136
 
 
137
/* table without border */
 
138
table.noborder td {
 
139
    border: 0px;
 
140
}
 
141
 
137
142
.footnotes div {
138
143
        width: 5em;
139
144
        border-top: 1pt solid #AAA; /* ubuntu dark tan */
573
578
 
574
579
/* Added for increasing monospace character */
575
580
.backtick {
 
581
        color:#6f6f6f;
576
582
/*        font-size: 1.1em; */
577
583
}
578
584