Skip to content
Snippets Groups Projects
Commit c95ffdf3 authored by Neil Drumm's avatar Neil Drumm :wave:
Browse files

#60453 by leafish_paul, remove units from 0 values in CSS.

parent a5263bd2
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -163,7 +163,7 @@ td#home a:hover img {
}
.tabs ul.secondary {
border-collapse: collapse;
padding: 10px 0 10px 0px;
padding: 10px 0 10px 0;
margin: 0 0 0 0;
white-space: nowrap;
width: 100%;
......@@ -221,7 +221,7 @@ td#home a:hover img {
border-top: 2px solid #dcdcdc;
border-bottom: 2px solid #dcdcdc;
padding: 10px 10px 10px 10px;
margin: 20px 35px 0px 35px;
margin: 20px 35px 0 35px;
font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
font-size: 1.1em;
font-weight: normal;
......@@ -272,8 +272,8 @@ td#home a:hover img {
border-color: red;
}
.nav {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
padding: 0;
margin: 0;
}
#sidebar-left, #sidebar-right {
font-size: 0.75em;
......@@ -365,8 +365,8 @@ table#footer-menu {
.links {
color: #ff8c00;
font-size: 0.8em;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
padding: 0;
margin: 0;
}
.links a {
font-weight: bold;
......@@ -375,8 +375,8 @@ table#footer-menu {
padding: 0 0 1.5em 0;
}
.box {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
padding: 0;
margin: 0;
}
.box h2 {
font-size: 9px;
......@@ -422,7 +422,7 @@ table#footer-menu {
}
.comment .title {
font-size: 1em;
padding: 10px 0px 12px 19px;
padding: 10px 0 12px 19px;
background: transparent url(icon-comment.png) left center no-repeat;
}
.comment .new {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment