| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Based off the Doxygen generated template stylesheet and trimmed/edited to | 2 * Based off the Doxygen generated template stylesheet and trimmed/edited to |
| 3 * remove items that would conflict with codesite or other overlying | 3 * remove items that would conflict with codesite or other overlying |
| 4 * stylesheets while maintaining the desired look and feel. | 4 * stylesheets while maintaining the desired look and feel. |
| 5 * | 5 * |
| 6 * The #doxygen-ref is an id tag which encompasses code generated by doxygen | 6 * The #doxygen-ref is an id tag which encompasses code generated by doxygen |
| 7 * and allows override of standard html tags while not affecting the rest | 7 * and allows override of standard html tags while not affecting the rest |
| 8 * of the page such as sidebars. | 8 * of the page such as sidebars. |
| 9 */ | 9 */ |
| 10 | 10 |
| (...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 236 text-align: right; | 236 text-align: right; |
| 237 } | 237 } |
| 238 .memdoc { | 238 .memdoc { |
| 239 padding-left: 30px; | 239 padding-left: 30px; |
| 240 } | 240 } |
| 241 .memitem { | 241 .memitem { |
| 242 border-top:1px solid #E5ECF9; | 242 border-top:1px solid #E5ECF9; |
| 243 } | 243 } |
| 244 .doxygen-global { | 244 .doxygen-global { |
| 245 background-color: #ffcc66; | 245 background-color: #ffcc66; |
| 246 } | 246 } |
| OLD | NEW |