Tue, 06 Jan 2015 21:39:09 +0100
Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.
michael@0 | 1 | /* This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 2 | * License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 3 | * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ |
michael@0 | 4 | |
michael@0 | 5 | Book { |
michael@0 | 6 | display: block; |
michael@0 | 7 | padding-left: 8px; |
michael@0 | 8 | padding-top: 8px; |
michael@0 | 9 | font-family: Courier; |
michael@0 | 10 | font-size: 10pt; |
michael@0 | 11 | } |
michael@0 | 12 | |
michael@0 | 13 | Abbrev { |
michael@0 | 14 | display: block; |
michael@0 | 15 | } |
michael@0 | 16 | |
michael@0 | 17 | Affiliation { |
michael@0 | 18 | font-style: italic; |
michael@0 | 19 | } |
michael@0 | 20 | |
michael@0 | 21 | Appendix Title { |
michael@0 | 22 | font-weight: bold; |
michael@0 | 23 | font-family: Arial; |
michael@0 | 24 | font-size: 24pt; |
michael@0 | 25 | margin-bottom: 10pt; |
michael@0 | 26 | display: block; |
michael@0 | 27 | } |
michael@0 | 28 | |
michael@0 | 29 | Para Author { |
michael@0 | 30 | display: inline; |
michael@0 | 31 | } |
michael@0 | 32 | |
michael@0 | 33 | Author { |
michael@0 | 34 | display: block; |
michael@0 | 35 | } |
michael@0 | 36 | |
michael@0 | 37 | AuthorGroup { |
michael@0 | 38 | font-size: 12pt; |
michael@0 | 39 | margin-top: 25pt; |
michael@0 | 40 | display: block; |
michael@0 | 41 | font-weight: bold; |
michael@0 | 42 | } |
michael@0 | 43 | |
michael@0 | 44 | BiblioDiv Title { |
michael@0 | 45 | font-style: italic; |
michael@0 | 46 | } |
michael@0 | 47 | |
michael@0 | 48 | Blockquote { |
michael@0 | 49 | display: block; |
michael@0 | 50 | margin-top: 3pt; |
michael@0 | 51 | margin-left: 30pt; |
michael@0 | 52 | } |
michael@0 | 53 | |
michael@0 | 54 | Book Title { |
michael@0 | 55 | font-weight: bold; |
michael@0 | 56 | font-family: Arial; |
michael@0 | 57 | font-size: 18pt; |
michael@0 | 58 | margin-bottom: 10pt; |
michael@0 | 59 | display: block; |
michael@0 | 60 | } |
michael@0 | 61 | |
michael@0 | 62 | BookInfo { |
michael@0 | 63 | display: block; |
michael@0 | 64 | margin-bottom: 30pt; |
michael@0 | 65 | } |
michael@0 | 66 | |
michael@0 | 67 | BridgeHead { |
michael@0 | 68 | display: block; |
michael@0 | 69 | font-size: 16pt; |
michael@0 | 70 | font-weight: bold; |
michael@0 | 71 | color: teal; |
michael@0 | 72 | } |
michael@0 | 73 | |
michael@0 | 74 | Caution { |
michael@0 | 75 | font-weight: bold; |
michael@0 | 76 | color: red; |
michael@0 | 77 | } |
michael@0 | 78 | |
michael@0 | 79 | Caution:before { |
michael@0 | 80 | content: "Caution:"; |
michael@0 | 81 | } |
michael@0 | 82 | |
michael@0 | 83 | Chapter { |
michael@0 | 84 | display: block; |
michael@0 | 85 | margin-bottom: 25pt; |
michael@0 | 86 | } |
michael@0 | 87 | |
michael@0 | 88 | Chapter Title { |
michael@0 | 89 | font-weight: bold; |
michael@0 | 90 | font-family: Arial; |
michael@0 | 91 | font-size: 20pt; |
michael@0 | 92 | margin-bottom: 10pt; |
michael@0 | 93 | display: block; |
michael@0 | 94 | } |
michael@0 | 95 | |
michael@0 | 96 | CiteTitle { |
michael@0 | 97 | font-style: italic; |
michael@0 | 98 | } |
michael@0 | 99 | |
michael@0 | 100 | CmdSynopsis { |
michael@0 | 101 | display: block; |
michael@0 | 102 | } |
michael@0 | 103 | |
michael@0 | 104 | CO { |
michael@0 | 105 | display: block; |
michael@0 | 106 | } |
michael@0 | 107 | |
michael@0 | 108 | Command { |
michael@0 | 109 | font-style: italic; |
michael@0 | 110 | } |
michael@0 | 111 | |
michael@0 | 112 | Comment { |
michael@0 | 113 | display: block; |
michael@0 | 114 | } |
michael@0 | 115 | |
michael@0 | 116 | ComputerOutput { |
michael@0 | 117 | font-family: monospace; |
michael@0 | 118 | } |
michael@0 | 119 | |
michael@0 | 120 | Copyright { |
michael@0 | 121 | display: block; |
michael@0 | 122 | } |
michael@0 | 123 | |
michael@0 | 124 | Para CorpAuthor { |
michael@0 | 125 | display: inline; |
michael@0 | 126 | } |
michael@0 | 127 | |
michael@0 | 128 | CorpAuthor { |
michael@0 | 129 | display: block; |
michael@0 | 130 | } |
michael@0 | 131 | |
michael@0 | 132 | Email { |
michael@0 | 133 | font-style: italic; |
michael@0 | 134 | } |
michael@0 | 135 | |
michael@0 | 136 | Editor { |
michael@0 | 137 | display: block; |
michael@0 | 138 | } |
michael@0 | 139 | |
michael@0 | 140 | Emphasis { |
michael@0 | 141 | font-style: italic; |
michael@0 | 142 | } |
michael@0 | 143 | |
michael@0 | 144 | ErrorType { |
michael@0 | 145 | font-family: monospace; |
michael@0 | 146 | } |
michael@0 | 147 | |
michael@0 | 148 | Example { |
michael@0 | 149 | display: block; |
michael@0 | 150 | margin-top: 10pt; |
michael@0 | 151 | margin-bottom: 10pt; |
michael@0 | 152 | } |
michael@0 | 153 | |
michael@0 | 154 | Example Title { |
michael@0 | 155 | display: block; |
michael@0 | 156 | font-weight: bold; |
michael@0 | 157 | font-size: 14pt; |
michael@0 | 158 | } |
michael@0 | 159 | |
michael@0 | 160 | Figure Title { |
michael@0 | 161 | font-family: Arial; |
michael@0 | 162 | font-size: 10pt; |
michael@0 | 163 | font-style: italic; |
michael@0 | 164 | font-weight: bold; |
michael@0 | 165 | display: block; |
michael@0 | 166 | } |
michael@0 | 167 | |
michael@0 | 168 | Filename { |
michael@0 | 169 | font-style: italic; |
michael@0 | 170 | } |
michael@0 | 171 | |
michael@0 | 172 | Figure { |
michael@0 | 173 | display: block; |
michael@0 | 174 | margin-top: 10pt; |
michael@0 | 175 | } |
michael@0 | 176 | |
michael@0 | 177 | FirstTerm { |
michael@0 | 178 | font-style: italic; |
michael@0 | 179 | } |
michael@0 | 180 | |
michael@0 | 181 | ForeignPhrase { |
michael@0 | 182 | font-style: italic; |
michael@0 | 183 | } |
michael@0 | 184 | |
michael@0 | 185 | FormalPara { |
michael@0 | 186 | display: block; |
michael@0 | 187 | } |
michael@0 | 188 | |
michael@0 | 189 | FormalPara Title { |
michael@0 | 190 | display: block; |
michael@0 | 191 | font-weight: bold; |
michael@0 | 192 | } |
michael@0 | 193 | |
michael@0 | 194 | FuncSynopsis { |
michael@0 | 195 | display: block; |
michael@0 | 196 | } |
michael@0 | 197 | |
michael@0 | 198 | FuncSynopsisInfo { |
michael@0 | 199 | display: block; |
michael@0 | 200 | white-space: pre; |
michael@0 | 201 | } |
michael@0 | 202 | |
michael@0 | 203 | Function { |
michael@0 | 204 | font-family: monospace; |
michael@0 | 205 | white-space: pre; |
michael@0 | 206 | } |
michael@0 | 207 | |
michael@0 | 208 | Glossary { |
michael@0 | 209 | display: block; |
michael@0 | 210 | } |
michael@0 | 211 | |
michael@0 | 212 | GlossDef { |
michael@0 | 213 | display: block; |
michael@0 | 214 | margin-left: 15pt; |
michael@0 | 215 | } |
michael@0 | 216 | |
michael@0 | 217 | GlossList { |
michael@0 | 218 | display: block; |
michael@0 | 219 | } |
michael@0 | 220 | |
michael@0 | 221 | GlossSee { |
michael@0 | 222 | display: block; |
michael@0 | 223 | margin-left: 15pt; |
michael@0 | 224 | } |
michael@0 | 225 | |
michael@0 | 226 | GlossTerm { |
michael@0 | 227 | display: block; |
michael@0 | 228 | font-weight: bold; |
michael@0 | 229 | } |
michael@0 | 230 | |
michael@0 | 231 | InformalTable { |
michael@0 | 232 | display: block; |
michael@0 | 233 | margin-top: 10pt; |
michael@0 | 234 | margin-bottom: 10pt; |
michael@0 | 235 | } |
michael@0 | 236 | |
michael@0 | 237 | Interface { |
michael@0 | 238 | font-family: Arial; |
michael@0 | 239 | } |
michael@0 | 240 | |
michael@0 | 241 | ISBN { |
michael@0 | 242 | display: block; |
michael@0 | 243 | font-size: 10pt; |
michael@0 | 244 | } |
michael@0 | 245 | |
michael@0 | 246 | ItemizedList { |
michael@0 | 247 | display: block; |
michael@0 | 248 | margin-top: 5pt; |
michael@0 | 249 | margin-left: 20pt; |
michael@0 | 250 | } |
michael@0 | 251 | |
michael@0 | 252 | LineAnnotation { |
michael@0 | 253 | font-style: italic; |
michael@0 | 254 | } |
michael@0 | 255 | |
michael@0 | 256 | Link { |
michael@0 | 257 | color: blue; |
michael@0 | 258 | text-decoration: underline; |
michael@0 | 259 | } |
michael@0 | 260 | |
michael@0 | 261 | ListItem { |
michael@0 | 262 | margin-left: 25pt; |
michael@0 | 263 | display: list-item; |
michael@0 | 264 | } |
michael@0 | 265 | |
michael@0 | 266 | Literal { |
michael@0 | 267 | font-family: monospace; |
michael@0 | 268 | } |
michael@0 | 269 | |
michael@0 | 270 | LiteralLayout { |
michael@0 | 271 | white-space: pre; |
michael@0 | 272 | display: block; |
michael@0 | 273 | } |
michael@0 | 274 | |
michael@0 | 275 | Member { |
michael@0 | 276 | display: block; |
michael@0 | 277 | margin-left: 15pt; |
michael@0 | 278 | } |
michael@0 | 279 | |
michael@0 | 280 | OLink { |
michael@0 | 281 | display: block; |
michael@0 | 282 | font-size: 12pt; |
michael@0 | 283 | } |
michael@0 | 284 | |
michael@0 | 285 | Option { |
michael@0 | 286 | font-family: monospace; |
michael@0 | 287 | } |
michael@0 | 288 | |
michael@0 | 289 | OrderedList { |
michael@0 | 290 | margin-top: 5pt; |
michael@0 | 291 | margin-left: 20pt; |
michael@0 | 292 | margin-bottom: 10pt; |
michael@0 | 293 | display: block; |
michael@0 | 294 | list-style-type: decimal; |
michael@0 | 295 | } |
michael@0 | 296 | |
michael@0 | 297 | OrderedList Para { |
michael@0 | 298 | display: block; |
michael@0 | 299 | margin-top: 15pt; |
michael@0 | 300 | } |
michael@0 | 301 | |
michael@0 | 302 | Para OtherCredit { |
michael@0 | 303 | display: inline; |
michael@0 | 304 | } |
michael@0 | 305 | |
michael@0 | 306 | OtherCredit { |
michael@0 | 307 | display: block; |
michael@0 | 308 | } |
michael@0 | 309 | |
michael@0 | 310 | Para { |
michael@0 | 311 | display: block; |
michael@0 | 312 | margin-top: 8pt; |
michael@0 | 313 | } |
michael@0 | 314 | |
michael@0 | 315 | Para LiteralLayout { |
michael@0 | 316 | display: block; |
michael@0 | 317 | margin-top: 4pt; |
michael@0 | 318 | margin-left: 10pt; |
michael@0 | 319 | white-space: pre; |
michael@0 | 320 | } |
michael@0 | 321 | |
michael@0 | 322 | Para Screen { |
michael@0 | 323 | margin-top: 7pt; |
michael@0 | 324 | margin-left: 10pt; |
michael@0 | 325 | margin-bottom: 7pt; |
michael@0 | 326 | display: block; |
michael@0 | 327 | } |
michael@0 | 328 | |
michael@0 | 329 | Parameter { |
michael@0 | 330 | font-family: monospace; |
michael@0 | 331 | } |
michael@0 | 332 | |
michael@0 | 333 | Part Title { |
michael@0 | 334 | font-size: 24pt; |
michael@0 | 335 | display: block; |
michael@0 | 336 | font-weight: bold; |
michael@0 | 337 | } |
michael@0 | 338 | |
michael@0 | 339 | Preface { |
michael@0 | 340 | display: block; |
michael@0 | 341 | margin-top: 10pt; |
michael@0 | 342 | } |
michael@0 | 343 | |
michael@0 | 344 | Procedure { |
michael@0 | 345 | display: block; |
michael@0 | 346 | } |
michael@0 | 347 | |
michael@0 | 348 | ProgramListing { |
michael@0 | 349 | display: block; |
michael@0 | 350 | white-space: pre; |
michael@0 | 351 | font-family: monospace; |
michael@0 | 352 | } |
michael@0 | 353 | |
michael@0 | 354 | ProgramListingCO { |
michael@0 | 355 | display: block; |
michael@0 | 356 | white-space: pre; |
michael@0 | 357 | font-family: monospace; |
michael@0 | 358 | } |
michael@0 | 359 | |
michael@0 | 360 | PublisherName { |
michael@0 | 361 | font-family: Times, New, Roman; |
michael@0 | 362 | font-size: 20pt; |
michael@0 | 363 | margin-top: 15pt; |
michael@0 | 364 | margin-bottom: 15pt; |
michael@0 | 365 | display: block; |
michael@0 | 366 | } |
michael@0 | 367 | |
michael@0 | 368 | RefEntry { |
michael@0 | 369 | display: block; |
michael@0 | 370 | } |
michael@0 | 371 | |
michael@0 | 372 | RefEntryTitle { |
michael@0 | 373 | display: block; |
michael@0 | 374 | font-size: 20pt; |
michael@0 | 375 | font-weight: bold; |
michael@0 | 376 | } |
michael@0 | 377 | |
michael@0 | 378 | RefName { |
michael@0 | 379 | font-weight: bold; |
michael@0 | 380 | } |
michael@0 | 381 | |
michael@0 | 382 | RefNameDiv { |
michael@0 | 383 | display: block; |
michael@0 | 384 | } |
michael@0 | 385 | |
michael@0 | 386 | RefSect1 { |
michael@0 | 387 | display: block; |
michael@0 | 388 | margin-top: 10pt; |
michael@0 | 389 | } |
michael@0 | 390 | |
michael@0 | 391 | RefSect1 Title { |
michael@0 | 392 | font-size: 14pt; |
michael@0 | 393 | } |
michael@0 | 394 | |
michael@0 | 395 | RefSect1Info { |
michael@0 | 396 | display: block; |
michael@0 | 397 | font-size: small; |
michael@0 | 398 | } |
michael@0 | 399 | |
michael@0 | 400 | RefSect2 { |
michael@0 | 401 | display: block; |
michael@0 | 402 | margin-top: 10pt; |
michael@0 | 403 | } |
michael@0 | 404 | |
michael@0 | 405 | RefSect2 Title { |
michael@0 | 406 | font-size: 14pt; |
michael@0 | 407 | } |
michael@0 | 408 | |
michael@0 | 409 | RefSect2Info { |
michael@0 | 410 | display: block; |
michael@0 | 411 | font-size: small; |
michael@0 | 412 | } |
michael@0 | 413 | |
michael@0 | 414 | RefSect3 { |
michael@0 | 415 | display: block; |
michael@0 | 416 | margin-top: 10pt; |
michael@0 | 417 | } |
michael@0 | 418 | |
michael@0 | 419 | RefSect3 Title { |
michael@0 | 420 | font-size: 14pt; |
michael@0 | 421 | } |
michael@0 | 422 | |
michael@0 | 423 | RefSect3Info { |
michael@0 | 424 | display: block; |
michael@0 | 425 | font-size: small; |
michael@0 | 426 | } |
michael@0 | 427 | |
michael@0 | 428 | RefSynopsisDiv { |
michael@0 | 429 | display: block; |
michael@0 | 430 | margin-top: 15pt; |
michael@0 | 431 | } |
michael@0 | 432 | |
michael@0 | 433 | RefSynopsisDiv Title { |
michael@0 | 434 | display: block; |
michael@0 | 435 | font-size: 18pt; |
michael@0 | 436 | } |
michael@0 | 437 | |
michael@0 | 438 | Replaceable { |
michael@0 | 439 | font-family: Arial; |
michael@0 | 440 | font-style: italic; |
michael@0 | 441 | } |
michael@0 | 442 | |
michael@0 | 443 | Screen { |
michael@0 | 444 | display: block; |
michael@0 | 445 | margin-left: 20pt; |
michael@0 | 446 | margin-bottom: 10pt; |
michael@0 | 447 | white-space: pre; |
michael@0 | 448 | } |
michael@0 | 449 | |
michael@0 | 450 | ScreenCO { |
michael@0 | 451 | white-space: pre; |
michael@0 | 452 | } |
michael@0 | 453 | |
michael@0 | 454 | ScreenShot { |
michael@0 | 455 | white-space: pre; |
michael@0 | 456 | } |
michael@0 | 457 | |
michael@0 | 458 | Sect1 { |
michael@0 | 459 | display: block; |
michael@0 | 460 | margin-top: 16pt; |
michael@0 | 461 | } |
michael@0 | 462 | |
michael@0 | 463 | Sect1 Title { |
michael@0 | 464 | font-family: Arial; |
michael@0 | 465 | font-size: 20pt; |
michael@0 | 466 | font-weight: bold; |
michael@0 | 467 | display: block; |
michael@0 | 468 | } |
michael@0 | 469 | |
michael@0 | 470 | Sect2 { |
michael@0 | 471 | display: block; |
michael@0 | 472 | margin-top: 15pt; |
michael@0 | 473 | } |
michael@0 | 474 | |
michael@0 | 475 | Sect2 Title { |
michael@0 | 476 | font-family: Arial; |
michael@0 | 477 | font-size: 14pt; |
michael@0 | 478 | font-weight: bold; |
michael@0 | 479 | display: block; |
michael@0 | 480 | } |
michael@0 | 481 | |
michael@0 | 482 | Sect3 { |
michael@0 | 483 | display: block; |
michael@0 | 484 | margin-top: 15pt; |
michael@0 | 485 | } |
michael@0 | 486 | |
michael@0 | 487 | Sect3 Title { |
michael@0 | 488 | font-family: Arial; |
michael@0 | 489 | font-size: 14pt; |
michael@0 | 490 | font-weight: bold; |
michael@0 | 491 | display: block; |
michael@0 | 492 | } |
michael@0 | 493 | |
michael@0 | 494 | SegListItem { |
michael@0 | 495 | display: block; |
michael@0 | 496 | } |
michael@0 | 497 | |
michael@0 | 498 | SegmentedList { |
michael@0 | 499 | display: block; |
michael@0 | 500 | } |
michael@0 | 501 | |
michael@0 | 502 | SegmentedList Title { |
michael@0 | 503 | display: block; |
michael@0 | 504 | font-weight: bold; |
michael@0 | 505 | } |
michael@0 | 506 | |
michael@0 | 507 | Sidebar { |
michael@0 | 508 | display: block; |
michael@0 | 509 | margin-top: 15pt; |
michael@0 | 510 | margin-left: 30pt; |
michael@0 | 511 | font-family: Arial; |
michael@0 | 512 | font-size: 9pt; |
michael@0 | 513 | } |
michael@0 | 514 | |
michael@0 | 515 | Step { |
michael@0 | 516 | display: block; |
michael@0 | 517 | } |
michael@0 | 518 | |
michael@0 | 519 | Step Title { |
michael@0 | 520 | display: block; |
michael@0 | 521 | font-style: italic; |
michael@0 | 522 | } |
michael@0 | 523 | |
michael@0 | 524 | Subscript { |
michael@0 | 525 | font-size: 5pt; |
michael@0 | 526 | vertical-align: sub; |
michael@0 | 527 | } |
michael@0 | 528 | |
michael@0 | 529 | Subtitle { |
michael@0 | 530 | font-family: Arial; |
michael@0 | 531 | font-size: 20pt; |
michael@0 | 532 | font-weight: bold; |
michael@0 | 533 | display: block; |
michael@0 | 534 | text-align: center; |
michael@0 | 535 | } |
michael@0 | 536 | |
michael@0 | 537 | Superscript { |
michael@0 | 538 | font-size: 5pt; |
michael@0 | 539 | vertical-align: super; |
michael@0 | 540 | } |
michael@0 | 541 | |
michael@0 | 542 | Synopsis { |
michael@0 | 543 | display: block; |
michael@0 | 544 | white-space: pre; |
michael@0 | 545 | } |
michael@0 | 546 | |
michael@0 | 547 | SystemItem { |
michael@0 | 548 | font-family: monospace; |
michael@0 | 549 | } |
michael@0 | 550 | |
michael@0 | 551 | Table { |
michael@0 | 552 | display: block; |
michael@0 | 553 | margin-top: 10pt; |
michael@0 | 554 | } |
michael@0 | 555 | |
michael@0 | 556 | Table Title { |
michael@0 | 557 | font-family: Arial; |
michael@0 | 558 | font-size: 10pt; |
michael@0 | 559 | font-style: italic; |
michael@0 | 560 | font-weight: bold; |
michael@0 | 561 | } |
michael@0 | 562 | |
michael@0 | 563 | Term { |
michael@0 | 564 | font-weight: bold; |
michael@0 | 565 | } |
michael@0 | 566 | |
michael@0 | 567 | Title { |
michael@0 | 568 | font-family: Arial; |
michael@0 | 569 | font-size: 20pt; |
michael@0 | 570 | font-weight: bold; |
michael@0 | 571 | display: block; |
michael@0 | 572 | text-align: center; |
michael@0 | 573 | } |
michael@0 | 574 | |
michael@0 | 575 | TitleAbbrev { |
michael@0 | 576 | font-family: Arial; |
michael@0 | 577 | font-size: 14pt; |
michael@0 | 578 | font-weight: bold; |
michael@0 | 579 | display: block; |
michael@0 | 580 | } |
michael@0 | 581 | |
michael@0 | 582 | ULink { |
michael@0 | 583 | color: blue; |
michael@0 | 584 | text-decoration: underline; |
michael@0 | 585 | cursor: pointer; |
michael@0 | 586 | } |
michael@0 | 587 | |
michael@0 | 588 | UserInput { |
michael@0 | 589 | font-family: monospace; |
michael@0 | 590 | font-weight: bold; |
michael@0 | 591 | } |
michael@0 | 592 | |
michael@0 | 593 | VariableList Title { |
michael@0 | 594 | font-weight: bold; |
michael@0 | 595 | display: block; |
michael@0 | 596 | } |
michael@0 | 597 | |
michael@0 | 598 | VarListEntry { |
michael@0 | 599 | display: block; |
michael@0 | 600 | margin-top: 10pt; |
michael@0 | 601 | } |
michael@0 | 602 | |
michael@0 | 603 | VarListEntry Term { |
michael@0 | 604 | display: block; |
michael@0 | 605 | font-style: italic; |
michael@0 | 606 | } |
michael@0 | 607 | |
michael@0 | 608 | Warning { |
michael@0 | 609 | font-weight: bold; |
michael@0 | 610 | color: fuchsia; |
michael@0 | 611 | } |
michael@0 | 612 | |
michael@0 | 613 | Warning:before { |
michael@0 | 614 | content: "Warning:"; |
michael@0 | 615 | } |
michael@0 | 616 | |
michael@0 | 617 | |
michael@0 | 618 | Year { |
michael@0 | 619 | font-family: serif; |
michael@0 | 620 | font-weight: bold; |
michael@0 | 621 | } |