מדיה ויקי:Common.css: הבדלים בין גרסאות בדף

הסרת סלקטור שכבר אינו נחוץ
מ infobox
שורה 86: שורה 86:
     margin-left: inherit;
     margin-left: inherit;
     margin-right: inherit;
     margin-right: inherit;
}
/* עיצוב infobox מאנגלית */
.infobox {
  border: 1px solid #aaaaaa;
  background-color: #f9f9f9;
  color: black;
  margin-bottom: 0.5em;
  margin-right: 1em;
  padding: 0.2em;
  float: left;
  clear: left;
}
.infobox td,
.infobox th {
  vertical-align: top;
}
.infobox caption {
  font-size: larger;
  margin-left: inherit;
}
.infobox.bordered {
  border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
  border: 1px solid #aaaaaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
  border: 0;
}
}