Making WordPress.org

Ticket #1928: main.css.diff

File main.css.diff, 776 bytes (added by hardeepasrani, 9 years ago)

Initial diff.

  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/main.css

     
    18511851  width: inherit !important;
    18521852}
    18531853
     1854.devhub-wrap .syntaxhighlighter table td.code .container {
     1855  /* These are !important due to use of !important in SyntaxHighlighter Evolved plugin. */
     1856  padding-bottom: 0.5rem !important;
     1857}
     1858
    18541859.devhub-wrap.archive .hentry, .devhub-wrap.blog .hentry {
    18551860  padding: 0 0 1.5em 0;
    18561861  border-bottom: 1px solid #ddd;