~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to wiki/static/css/wiki.css

  • Committer: kaputtnik
  • Date: 2019-06-14 18:40:56 UTC
  • mfrom: (532.1.31 widelands)
  • Revision ID: kaputtnik-20190614184056-l0ha8pm5zais9mxk
Adapted code for use with python 3.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
        display: block;
137
137
        margin: auto;
138
138
}
 
139
 
 
140
/*********************/
 
141
/* diff_match_patch */
 
142
/*********************/
 
143
ins.inserted {
 
144
        text-decoration: none;
 
145
        color: #00FF00;
 
146
}
 
147
 
 
148
del.removed {
 
149
        text-decoration: none;
 
150
        color: #FF0000;
 
151
}