This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

CSS on monitor-summary.html


The text showing through the footer is a bit annoying. You can fix it by replacing the div.footer rule with these two rules which give more or less the same layout:

div.footer table {
  margin: 1em;
  background: rgb(240,240,255);
  border: solid;
  border-width: thin;
}
div.footer {
  background: white;
  font-family: sans-serif;
  position: fixed;
  bottom: 0em;
  left: 0em;
}

Just my 2 cents (I work as a webmaster for my uni :-)

Paolo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]