[ Index ]

PHP Cross Reference of MantisBT

title

Body

[close]

/css/ -> default.css (source)

   1  body {
   2      background-color: #ffffff;
   3      color: #000000;
   4      font-family: Verdana, Arial, Helvetica, sans-serif;
   5      font-size: 10pt;
   6      margin: 6px 4px;
   7  }
   8  
   9  p                     { font-family: Verdana, Arial, Helvetica, sans-serif; }
  10  
  11  pre                { margin-top: 0px; margin-bottom: 0px; }
  12  
  13  a                    {}
  14  a:active             {}
  15  a:link                {}
  16  a:visited             {}
  17  a.subtle            { color: blue; text-decoration: none; }
  18  a.resolved            { text-decoration: line-through underline; }
  19  a > img                { border: none; }
  20  
  21  form                { display: inline; }
  22  
  23  input                {}
  24  input.button            {}
  25  input.button-small        { font-size: 1em; }
  26  
  27  textarea            {}
  28  select                {}
  29  
  30  span                { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
  31  span.print            { font-size: 8pt; }
  32  span.required         { font-size: 8pt; color: #bb0000; }
  33  span.small             { font-size: 8pt; font-weight: normal; }
  34  span.pagetitle        { font-size: 12pt; font-weight: bold; text-align: center }
  35  span.bracket-link    { white-space: nowrap; }
  36  
  37  span.dependency_dated        { color: maroon; }
  38  span.dependency_met            { color: green; }
  39  span.dependency_unmet        { color: red; }
  40  span.dependency_upgrade        { color: orange; }
  41  
  42  table                { border: none; }
  43  table td, table th    { border: none; border-spacing: 0px; }
  44  table.hide            { width: 100%; border: solid 0px #ffffff; }
  45  table.width100        { width: 100%; border: solid 1px #000000; }
  46  table.width90        { width: 90%;  border: solid 1px #000000; }
  47  table.width75        { width: 75%;  border: solid 1px #000000; }
  48  table.width60        { width: 60%;  border: solid 1px #000000; }
  49  table.width50        { width: 50%;  border: solid 1px #000000; }
  50  
  51  td,th                 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; padding: 4px; text-align: left; }
  52  td.center            { text-align: center; }
  53  td.left                { text-align: left; }
  54  td.right            { text-align: right; }
  55  td.category, th.category        { background-color: #c8c8e8; color: #000000; font-weight: bold; vertical-align : top; }
  56  td.overdue            { background-color: #ff0000; color: #000000; font-weight: bold; }
  57  
  58  td.col-1            { background-color: #d8d8d8; color: #000000; }
  59  td.col-2            { background-color: #e8e8e8; color: #000000; }
  60  td.form-title        { background-color: #ffffff; color: #000000; font-weight: bold; text-align: left; }
  61  td.form-title-caps    { background-color: #ffffff; color: #000000; font-weight: bold; text-align: left; text-transform: uppercase; }
  62  td.nopad            { padding: 0px; }
  63  td.small-caption, th.small-caption    { font-size: 8pt; }
  64  td.print            { font-size: 8pt; text-align: left; padding: 2px; }
  65  td.print-category, th.print-category    { font-size: 8pt; color: #000000; font-weight: bold; text-align: right; padding: 2px; }
  66  td.print-overdue    { font-size: 8pt; color: #000000; font-weight: bold; padding: 2px; }
  67  td.print-bottom        { border-bottom: 1px solid #000000; }
  68  td.print-spacer        { background-color: #ffffff; color: #000000; font-size: 1pt; line-height: 0.1; padding: 0px;}
  69  
  70  tr                    {}
  71  tr.spacer            { background-color: #ffffff; color: #000000; height: 5px; }
  72  tr.row-1            { background-color: #d8d8d8; color: #000000; }
  73  tr.row-2            { background-color: #e8e8e8; color: #000000; }
  74  tr.row-category        { background-color: #c8c8e8; color: #000000; font-weight: bold;}
  75  tr.row-category td  {  text-align:center; }
  76  tr.row-category2    { background-color: #c8c8e8; color: #000000; }
  77  tr.row-category-history { background-color: #c8c8e8; color: #000000; font-weight: bold;}
  78  tr.row-category-history td {  text-align: left; }
  79  tr.vcenter            { vertical-align: middle; }
  80  tr.print            { vertical-align: top; }
  81  tr.print-category    { color: #000000; font-weight: bold; }
  82  
  83  #buglist tr            { text-align: center; }
  84  
  85  tr.bugnote .bugnote-meta { background-color: #c8c8e8; color: #000000; font-weight: bold; width: 25%; line-height: 1.4; vertical-align: top; }
  86  tr.bugnote .bugnote-note { background-color: #e8e8e8; color: #000000; width: 75%; vertical-align: top; }
  87  tr.bugnote .time-tracked,
  88  .time-tracking-total .time-tracked { font-size: larger; font-weight:bold; margin: 0 0 1em; padding:0; }
  89  .time-tracking-total { text-align:right; }
  90  
  91  #login-info { clear: both; position: relative; display: block; float: left; padding: .5em 0; z-index: 100; line-height: 1em; }
  92  
  93  #logged-anon-label, #login-link, #signup-link { float: left; margin: .25em; padding: 0em; font-size: 1em; }
  94  #logged-anon-label { padding: 0 .5em; }
  95  #login-link a, #signup-link a { padding: 0 .5em; }
  96  #login-link:before, #signup-link:before { content: '|'; }
  97  
  98  #logged-in-label { float: left; }
  99  #logged-in-label:after { content: ':'; }
 100  #logged-in-user { float: left; margin: 0 .5em; font-style: italic; font-size: 1em; }
 101  #logged-in-realname, #logged-in-accesslevel { font-size: 1em; margin: 0; padding: 0; z-index: 100; }
 102  #logged-in{ display: block; float: left; font-size: .8em; margin: 0; padding: 0; line-height: 1.3em; }
 103  #logged-in:before { content: '(' ; }
 104  #logged-in:after { content: ')' ; }
 105  #logged-in-realname:after { content: ' - ' ; }
 106  
 107  #current-time-centered{ position: absolute; width: 100%; text-align: center; }
 108  #current-time{ margin-right: -2em; float: right; text-align: center; width: 17%; padding: .5em .25em; z-index: 0; line-height: 1em; }
 109  #project-selector { border: none; float: right; z-index: 100; width: 42%; text-align: right; font-size: small; padding: .1em 0 .05em 0; line-height: 1em; margin: 0 .5em 0 1em; }
 110  #project-selector label { padding: .5em; }
 111  #project-selector label:after { content: ':' }
 112  #project-selector select{ font-size: small; line-height: 1em; }
 113  #project-selector select{ font-size: small; line-height: 1em; }
 114  #project-selector .button { font-size: small; line-height: 1em; padding: 0; margin: 0; }
 115  #rss-feed { float: right; width: 16px; z-index: 0; padding: .5em 0; margin: 0; }
 116  
 117  td.login-info-left        { width: 33%; padding: 0px; text-align: left; }
 118  td.login-info-middle    { width: 33%; padding: 0px; text-align: center; }
 119  td.login-info-right        { width: 33%; padding: 0px; text-align: right; white-space: nowrap; }
 120  
 121  .bug-jump { clear: both; display:block; float: right; padding: .25em; margin: 0; position: relative; top: .3em; z-index: 100; border: none; }
 122  .main-menu { float: right; width:100%; margin: 0; padding: 0; overflow: hidden; font-size: 1em; position: relative; top: -2em; border: 1px solid #999; background-color: #e8e8e8; z-index: 99; }
 123  .main-menu div { width: 93.75%; }
 124  .main-menu ul { clear: left; float: left; list-style: none; position: relative; left: 50%; margin: 0 0 0 -3.75em; padding: .25em; width: 90%; }
 125  .main-menu ul li { display:block; float: left; list-style: none; padding: .15em .5em; margin: 0; position: relative; right: 50%; }
 126  .main-menu ul li a { padding-right: .9em; border-right: 1px solid #000; text-decoration: underline; }
 127  .main-menu ul li > a#logout-link { padding-right: 0; border-right: none; }
 128  
 129  #manage-menu, #account-menu, #summary-menu , #summary-submenu, #manage-config-menu, #manage-user-filter-menu, #manage-tags-filter-menu { float: left; width: 100%; margin: 0; padding: 0; overflow: hidden; font-size: 1em; position: relative; top: -1.5em; }
 130  #manage-menu ul, #manage-config-menu ul, #summary-menu ul, #summary-submenu ul, #manage-user-filter-menu ul, #manage-tags-filter-menu ul { clear: left; float: left; list-style: none; position: relative; left: 50%; padding: 0; margin: 0; text-align: center; }
 131  #manage-menu ul li, #manage-config-menu ul li, #summary-menu ul li, #summary-submenu ul li, #manage-user-filter-menu ul li, #manage-tags-filter-menu ul li { display:block; float: left; list-style: none; margin: .5em 0; padding: 0; position: relative; right: 50%; }
 132  #manage-menu ul a, #manage-config-menu ul a, #summary-menu ul a, #summary-submenu ul a, #account-menu ul a, #doc-menu ul a, #manage-user-filter-menu ul a, #manage-tags-filter-menu ul a { text-decoration: underline; padding: 0 .25em; }
 133  
 134  #account-menu, #doc-menu { top: 0; }
 135  #account-menu ul, #doc-menu ul { margin: 0 auto; padding: .25em; float: right; text-align: center; }
 136  #account-menu ul li, #doc-menu ul li { display: block; float: left; padding: 0; margin: 0; }
 137  
 138  /* bracket links */
 139  #manage-user-link:before,
 140  #manage-menu ul li:before,
 141  #manage-config-menu ul li:before,
 142  #summary-menu ul li:before,
 143  #summary-submenu ul li:before,
 144  #account-menu ul li:before,
 145  #doc-menu ul li:before,
 146  span.permalink:before,
 147  span.switch-view:before { content: "[" }
 148  
 149  #manage-user-link:after,
 150  #manage-menu ul li:after,
 151  #manage-config-menu ul li:after,
 152  #summary-menu ul li:after,
 153  #summary-submenu ul li:after,
 154  #account-menu ul li:after,
 155  #doc-menu ul li:after,
 156  span.permalink:after,
 157  span.switch-view:after { content: "]" }
 158  
 159  #content { clear: both; position: relative; top: 0; margin: 0; padding: .5em; }
 160  .recently-visited { position: relative; top: -2.5em; float: right; text-align: right; font-size: x-small; }
 161  
 162  br { clear:both; }
 163  
 164  .field-default { color: #999; }
 165  
 166  td.menu
 167  {
 168      background-color: #e8e8e8;
 169      color: #000000;
 170      text-align: center;
 171      width: 100%;
 172      padding: 5px;
 173  }
 174  
 175  td.menu a
 176  {
 177      white-space: nowrap;
 178  }
 179  
 180  td.news-heading-public    { background-color: #c8c8e8; color: #000000; text-align: left; border-bottom: 1px solid #000000; }
 181  td.news-heading-private    { background-color: #d8d8d8;       color: #000000; text-align: left; border-bottom: 1px solid #000000; }
 182  td.news-body            { background-color: #ffffff;         color: #000000; padding: 16px; }
 183  
 184  div#news-items { clear: both; }
 185  div.news-item { border: 1px solid #000; padding: 0em; width: 75%; margin: 2em auto; }
 186  div#news-items div:first-child { margin-top: 3em; }
 187  h3.news-heading-public    { background-color: #c8c8e8; color: #000000; text-align: left; border-bottom: 1px solid #000000; margin: 0em; padding: .25em; }
 188  h3.news-heading-private    { background-color: #d8d8d8; color: #000000; text-align: left; border-bottom: 1px solid #000000; margin: 0em; padding: .25em; }
 189  p.news-body            { background-color: #ffffff; color: #000000; margin: 0em; padding: 1em; }
 190  .news-date-posted { font-style: italic; font-size: .8em; font-weight: normal; }
 191  .news-author { font-weight: normal; }
 192  .news-announcement, .news-private { font-weight: normal; font-size: .7em; }
 193  .news-title:after, .news-date-posted:after, .news-headline:after { content: ' - '; font-weight: normal; }
 194  .news-announcement:before, .news-private:before { content: '['; font-weight: normal; }
 195  .news-announcement:after, .news-private:after { content: ']'; font-weight: normal; }
 196  #news-menu { clear: both; margin: 0em auto; width: 75%; text-align: center; }
 197  .news-headline { font-weight: bold; }
 198  
 199  img                        {}
 200  img.icon                { width: 11px; height: 11px; }
 201  img.delete-icon            { position: relative; top: 5px; border: 0; }
 202  
 203  div                        { padding: 3px; }
 204  div.menu                { background-color: #e8e8e8; color: #000000; text-align: center; width: 100%; padding: 1px; }
 205  
 206  div.center {
 207      width: 50%;
 208      margin-right: auto;
 209      margin-left: auto;
 210  }
 211  
 212  div.border
 213  {
 214      background-color: #ffffff;
 215      border: solid 1px #000000;
 216      text-align: center;
 217      position: relative;
 218  }
 219  
 220  div.quick-summary-left    { width: 49%; padding: 2px; text-align: left;  float: left; }
 221  div.quick-summary-right    { width: 49%; padding: 2px; text-align: right; float: right;}
 222  
 223  .center                    { text-align: center; }
 224  .left                    { text-align: left; }
 225  .right                    { text-align: right; }
 226  .floatright                { float: right; }
 227  .floatleft                { float: left; }
 228  .small                    { font-size: 8pt; }
 229  .small-normal             { font-size: 8pt; font-weight: normal; }
 230  .small-subprojects        { font-size: 8pt; width: 200px; }
 231  .bold                    { font-weight: bold; }
 232  .bold-small                { font-weight: bold; font-size: 8pt; }
 233  .italic                    { font-style: italic; }
 234  .italic-small            { font-style: italic; font-size: 8pt; }
 235  .underline                { text-decoration: underline; }
 236  .underline-small        { text-decoration: underline; font-size: 8pt; }
 237  .strike                    { text-decoration: line-through; }
 238  .strike-small            { text-decoration: line-through; font-size: 8pt; }
 239  .hidden                { display: none; }
 240  
 241  .nowrap
 242  {
 243      white-space: nowrap;
 244  }
 245  
 246  .positive
 247  {
 248      color: green;
 249  }
 250  
 251  .negative
 252  {
 253      color: red;
 254  }
 255  
 256  .issue-status
 257  {
 258      border-bottom: 1px dotted black;
 259  }
 260  
 261  .avatar
 262  {
 263      float: right;
 264      border: 0;
 265  }
 266  
 267  .progress400                { position: relative; width: 400px; border: 1px solid #d7d7d7; margin-top: 1em; margin-bottom: 1em; padding: 1px; }
 268  .progress400 .bar            { display: block; position: relative; background: #6bba70; text-align: center; font-weight: normal; color: #333; height: 2em; line-height: 2em; }
 269  
 270  #footer {
 271      font-family: Verdana, Arial, Helvetica, sans-serif;
 272      font-size: 8pt;
 273      margin-top: 2em;
 274      clear: both;
 275  }
 276  
 277  #footer #powered-by-mantisbt-logo {
 278      float: right;
 279  }
 280  
 281  #footer address {
 282      font-style: normal;
 283      margin-top: 0.5em;
 284      margin-bottom: 0.5em;
 285  }
 286  
 287  #footer #user-copyright {
 288      font-size: 9pt;
 289  }
 290  
 291  #footer #log-event-list .duplicate-query {
 292      color: red;
 293  }
 294  td.tainted { color: red; }
 295  td.tainted input[type="text"], td.tainted select { background-color: #ffffff; color: red; border: 1px solid red; }
 296  select.tainted { background-color: #ffffff; color: red; }
 297  
 298  #filter_open, #filter_closed { position: relative; border: 1px solid #000; padding: 0; margin: 0; }
 299  #filter_open_link, #filter_closed_link { float: left; position: relative; top: 1em; padding: 0 .5em; margin: 0; }
 300  .search-box { float: left; position: relative; padding: 0; margin: 0; }
 301  .search-box, .save-query, .submit-query, .stored-queries, .manage-queries { top: .3em; }
 302  .submit-query, .save-query {  float: left; position: relative; padding: 0 .5em; margin: 0; font-size: 1em; }
 303  .filter-links, .stored-queries, .manage-queries, .reset-query { float: right; position: relative; padding: 0 .5em; margin: 0; z-index: 100; }
 304  .save-query {  float: right; }
 305  
 306  .filter-box { margin: 0; padding: 0; font-size: .9em; }
 307  .filter-box table { margin: 0; padding: 0; }
 308  .filter-links { padding: .5em; }
 309  .stored-queries select { font-size: .9em; }
 310  #error-msg { clear: both; }
 311  .error-msg { color: red; text-align: center; }
 312  div#error-msg { width: 50%; margin: 0em auto; border: 1px solid #000; }
 313  div.error-type { font-weight: bold; }
 314  div.error-description { color: red; text-align: center; margin: 1.5em; }
 315  div.error-info { text-align: center; margin: 1em; }
 316  
 317  .bug-attachments {
 318      margin: 0;
 319      padding: 0;
 320  }
 321  
 322  .bug-attachments > ul {
 323      list-style: none;
 324      margin: 0.5em;
 325      padding: 0;
 326  }
 327  
 328  .bug-attachments > ul > li {
 329      margin: 0.5em 0;
 330      padding: 0;
 331  }
 332  
 333  .bug-attachments > ul > li > div {
 334      margin: 0;
 335      padding: 0;
 336  }
 337  
 338  .bug-attachment-preview-text, .bug-attachment-preview-image {
 339      border-top: 1px dotted black;
 340      border-bottom: 1px dotted black;
 341      margin: 1em;
 342      padding: 1em;
 343  }
 344  
 345  #dates label[for=start_date], #dates > label[for=end_date] {
 346      float: left;
 347      width: 3em;
 348  }
 349  
 350  .myview-left-col, .myview-right-col { width: 50%; vertical-align: top; }
 351  #manage-overview-table th { width: 30%; }
 352  
 353  div.section-container,
 354  div.form-container,
 355  div.table-container {
 356      clear: both;
 357      position: relative;
 358      margin: 2em auto 0em auto;
 359      padding: 1px;
 360      min-width: 50em;
 361      border: 1px solid #000;
 362      width: 85%; /* default width */
 363  }
 364  #manage-user-div {
 365      min-width: 57em;
 366  }
 367  div.section-container h2,
 368  div.form-container h2,
 369  div.table-container h2 {
 370      float: left;
 371      background-color: #fff;
 372      color: #000;
 373      font-size: 1em;
 374      font-weight: bold;
 375      text-align: left;
 376      padding: .5em;
 377      margin: 0em;
 378  }
 379  div.section-container table,
 380  div.form-container table,
 381  div.table-container table {
 382      width: 100%;
 383  }
 384  div.section-container table th,
 385  div.form-container table th,
 386  div.table-container table th {
 387      text-align: center;
 388  }
 389  div#reauth-div,
 390  div#login-div,
 391  div#lost-password-div,
 392  div#signup-div,
 393  div#select-project-div,
 394  div#account-profile-div,
 395  div#account-profile-update-div {
 396      width: 65%;
 397  }
 398  div#adm-config-div {
 399      width: 95%;
 400  }
 401  div#project-delete-div {
 402      text-align: center;
 403  }
 404  fieldset {
 405      border: none;
 406      margin: 0em;
 407      padding: 0em;
 408  }
 409  .action-buttons {
 410      clear:both;
 411  }
 412  .action-button fieldset {
 413      display: inline;
 414  }
 415  div.form-container fieldset {
 416      clear: both;
 417      margin: 0em;
 418      padding: 0em;
 419      border: none;
 420  }
 421  div#form-container fieldset fieldset {
 422      margin: 0em 0em 1px 0em;
 423  }
 424  div.form-container fieldset legend {
 425      float: left;
 426      margin: 0em;
 427      padding: .5em .15em;
 428      text-indent: .5em;
 429      border: none;
 430      font-weight: bold;
 431  }
 432  div.form-container fieldset label.required:before {
 433      font-size: 8pt;
 434      content: '* ';
 435      color: red;
 436  }
 437  .pager-links {
 438      font-size: 8pt;
 439      font-weight: normal;
 440      text-align: right;
 441  }
 442  .section-link {
 443      padding: .5em;
 444      float: right;
 445  }
 446  .odd {
 447      background-color: #d8d8d8;
 448  }
 449  .even {
 450      background-color: #e8e8e8;
 451  }
 452  fieldset fieldset.field-container,
 453  div.field-container {
 454      position: relative;
 455      display:block;
 456      width: 100%;
 457      float: left;
 458      margin: 0em 0em 1px 0em;
 459      padding: 0em;
 460  }
 461  .field-container>.display-label,
 462  div.form-container .field-container>label,
 463  div.form-container fieldset fieldset legend {
 464      position: relative;
 465      float: left;
 466      margin: 0em;
 467      padding: .5em;
 468      font-weight: bold;
 469      text-indent: 0em;
 470      white-space: normal;
 471      z-index: 9999;
 472  }
 473  .field-container>label span.help-text {
 474      clear: both;
 475      display: block;
 476      font-size: .8em;
 477      font-weight: normal;
 478  }
 479  div.form-container .field-container>label span.help-text:before { content: '('; }
 480  div.form-container .field-container>label span.help-text:after { content: ')'; }
 481  div#news-edit-div fieldset fieldset>label,
 482  div#account-prefs-update-div fieldset fieldset>label {
 483      width: auto;
 484      font-weight: normal;
 485  }
 486  div#manage-user-actions-div {
 487      text-align: center;
 488  }
 489  #manage-user-filter,
 490  #manage-project-subproject-add-form,
 491  #manage-project-category-copy-form,
 492  #manage-project-version-copy-form,
 493  #manage-project-custom-field-copy-form,
 494  #manage-project-users-copy-form {
 495      float: right;
 496  }
 497  fieldset fieldset legend label {
 498      z-index: 9999;
 499  }
 500  div.form-container .radio,
 501  div.form-container .checkbox,
 502  div.form-container .select,
 503  div.form-container .textarea,
 504  div.form-container .input,
 505  .display-value {
 506      position: relative;
 507      float: left;
 508      padding: .25em;
 509      margin: 0em .5em;
 510  }
 511  div.form-container .radio input,
 512  div.form-container .checkbox input,
 513  div.form-container .select select,
 514  div.form-container .textarea textarea,
 515  div.form-container .input  input,
 516  .display-value span {
 517      max-width: 98%;
 518  }
 519  .label-style {
 520      position: absolute;
 521      top: 0em;
 522      left: 0em;
 523      padding: 0em;
 524      margin: 0em;
 525      background-color: #c8c8e8;
 526      height: 100%;
 527      border-right: 1px solid #fff;
 528      z-index: 0;
 529  }
 530  .section-links,
 531  div.form-container .submit-button {
 532      clear: both;
 533      display: block;
 534      padding: .5em;
 535      text-align: center;
 536  }
 537  /* 30% label width - these are the defaults */
 538  .label-style {
 539      width: 31%;
 540  }
 541  div.form-container label,
 542  .display-label,
 543  #account-prefs-update-div legend {
 544      width: 30%;
 545  }
 546  div.form-container .textarea,
 547  div.form-container .input,
 548  .display-value {
 549      width: 65%;
 550  }
 551  div.success-msg,
 552  div.important-msg {
 553      display: block;
 554      width: 60%;
 555      margin: 2em auto;
 556  }
 557  div.success-msg {
 558      text-align: center;
 559  }
 560  div.important-msg {
 561      color: red;
 562      border: 1px solid red;
 563      background-color: #fceded;
 564  }
 565  div.important-msg ul, .success-msg {
 566      margin: 0em;
 567      padding: 2em 2em 2em 4em;
 568  }
 569  div.important-msg ul li {
 570      margin-left: 2em;
 571      background-color: #fceded;
 572  }
 573  .continue-link {
 574      clear: both;
 575      display: block;
 576      text-align: center;
 577  }
 578  ul.project-list { list-style: none; margin: .5em 0em 2em 0em; padding: 0em .5em; }
 579  ul.project-list li { margin: 0em; line-height: 1.25em; clear: both; min-width: 30em; }
 580  ul.project-list li span.access-level:before { content: ' ['; }
 581  ul.project-list li span.access-level:after { content: '] '; }
 582  ul.project-list li span.view-state:before { content: ' ('; }
 583  ul.project-list li span.view-state:after { content: ') '; }
 584  ul.project-list li span.project-name { display: block; float: left; min-width: 15em; }
 585  ul.project-list li span.access-level, ul.project-list li span.view-state { display: block; float: left; margin: 0em .25em; }
 586  
 587  .tag-list td span.tag-filter:before { content: ' ['; padding: 0em .5em; }
 588  .tag-list td span.tag-filter:after { content: '] '; padding: 0em .5em; }
 589  .tag-link {
 590      margin: 0em .5em;
 591  }


Generated: Thu Jul 28 15:48:31 2011 Cross-referenced by PHPXref 0.7