Merge pull request #3515 from cyberalien/ticket/13741

Ticket/13741 Remove outdated comments and references in css files
This commit is contained in:
Joas Schilling 2015-04-03 18:56:15 +02:00
commit 71177c38dc
4 changed files with 2 additions and 20 deletions

View file

@ -182,8 +182,7 @@
/* Misc layout styles /* Misc layout styles
---------------------------------------- */ ---------------------------------------- */
/* column[1-2] styles are containers for two column layouts /* column[1-2] styles are containers for two column layouts */
Also see tweaks.css */
.rtl .column1 { .rtl .column1 {
float: right; float: right;
clear: right; clear: right;
@ -603,9 +602,6 @@ li.breadcrumbs span:first-child > a {
/** /**
* buttons.css * buttons.css
*/ */
/* Rollover buttons
Based on: http://wellstyled.com/css-nopreload-rollovers.html
----------------------------------------*/
.rtl .dropdown-select { .rtl .dropdown-select {
padding-left: 24px; padding-left: 24px;
padding-right: 8px; padding-right: 8px;
@ -983,10 +979,6 @@ li.breadcrumbs span:first-child > a {
padding-left: 0; padding-left: 0;
} }
/**
* tweaks.css
*/
/* Form button styles /* Form button styles
---------------------------------------- */ ---------------------------------------- */

View file

@ -1,9 +1,6 @@
/* Button Styles /* Button Styles
---------------------------------------- */ ---------------------------------------- */
/* Rollover buttons
Based on: http://wellstyled.com/css-nopreload-rollovers.html
----------------------------------------*/
.button { .button {
cursor: pointer; cursor: pointer;
display: inline-block; display: inline-block;

View file

@ -53,9 +53,7 @@ html {
} }
body { body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: Verdana, Helvetica, Arial, sans-serif; font-family: Verdana, Helvetica, Arial, sans-serif;
/*font-size: 62.5%; This sets the default font size to be equivalent to 10px */
font-size: 10px; font-size: 10px;
line-height: normal; line-height: normal;
margin: 0; margin: 0;
@ -113,7 +111,6 @@ img {
} }
hr { hr {
/* Also see tweaks.css */
border: 0 solid transparent; border: 0 solid transparent;
border-top-width: 1px; border-top-width: 1px;
height: 1px; height: 1px;
@ -713,8 +710,7 @@ table.info tbody th {
/* Misc layout styles /* Misc layout styles
---------------------------------------- */ ---------------------------------------- */
/* column[1-2] styles are containers for two column layouts /* column[1-2] styles are containers for two column layouts */
Also see tweaks.css */
.column1 { .column1 {
float: left; float: left;
clear: left; clear: left;

View file

@ -259,7 +259,6 @@ dd.option {
} }
.postbody h3 img { .postbody h3 img {
/* Also see tweaks.css */
vertical-align: bottom; vertical-align: bottom;
} }
@ -510,7 +509,6 @@ blockquote .codebox {
} }
.codebox code { .codebox code {
/* Also see tweaks.css */
overflow: auto; overflow: auto;
display: block; display: block;
height: auto; height: auto;
@ -693,7 +691,6 @@ fieldset.polls dd div {
/* Poster profile block /* Poster profile block
----------------------------------------*/ ----------------------------------------*/
.postprofile { .postprofile {
/* Also see tweaks.css */
margin: 5px 0 10px 0; margin: 5px 0 10px 0;
min-height: 80px; min-height: 80px;
border: 1px solid transparent; border: 1px solid transparent;