Changes

Jump to navigation Jump to search
no edit summary
Line 12: Line 12:  
   border: 2px solid black;
 
   border: 2px solid black;
 
   padding: 10px;
 
   padding: 10px;
 +
}
   −
/*
  −
* This does not resize or affect the image, but the container the image fits in
  −
*/
     −
.Software-Logo
+
.SoftwareTable
 
{
 
{
   max-height: 10px;
+
   background-color: #f8f8f8;
   background-color: #ffff00;
+
  border: 2px solid black;
   width: auto;
+
  border-collapse: collapse;
 +
  width: 100%
 +
}
 +
 
 +
.SoftwareTable td,th
 +
{
 +
  border: 2px solid black;
 +
  padding: 10px;
 +
}
 +
 
 +
.SoftwareEntry
 +
{
 +
   background-color: #f8f8f8;
 +
   border: 2px solid black;
 +
  border-collapse: collapse;
 +
}
 +
 
 +
.SoftwareEntry td,th
 +
{
 +
  border: 2px solid black;
 +
  padding: 10px;
 
}
 
}

Navigation menu