Commit fd00358d authored by Nick Poulden's avatar Nick Poulden
Browse files

Style updates

parent 7a7433fe
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -54,6 +54,19 @@
      color: #e7ba27;
      letter-spacing: 0px; } }

  .guide-container {
    table {
      width: 900px;
      font-size: 0.9em;
      th {
        background-color: #eee;
        font-weight: bold;
        text-align: center;
        color: #333;
        padding: 1px 2px; }
      td {
        padding: 3px; } } }

  // The print button
  .print {
    background: url(../images/print.png) no-repeat;
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
  min-height: 100px;
  .clr {
    clear: both; }
  p, ul {
  p, ul, ol {
    color: #484848;
    max-width: 900px; }
  p {