From 0f2e6dd2052016db18a80d0d68c8463dce3560c1 Mon Sep 17 00:00:00 2001 From: David Sherry Date: Thu, 4 Oct 2018 16:14:13 +0100 Subject: [PATCH 1/2] tidied up CSS a little --- public/stylesheets/core.css | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/public/stylesheets/core.css b/public/stylesheets/core.css index a9425eb..ecdf2f1 100644 --- a/public/stylesheets/core.css +++ b/public/stylesheets/core.css @@ -33,8 +33,8 @@ h2 { line-height: 1em; } h3 { - font-size: 1.25em; - line-height: 1.2em; + font-size: 1.1em; + line-height: 0.2em; } article, @@ -45,12 +45,12 @@ nav { } body > header { - padding: 3em 0; + padding: 2em 0; } body > article > section { clear: both; float: left; - width: 100%; + width: 96%; } body > article > section > header { clear: both; @@ -69,7 +69,7 @@ body > article > section > header { body > article > section > header h2 { background: #fff; border: 0 solid #ddd; - border-width: 1px 1px 0; + border-width: auto; float: right; margin: -1.5em 0 17px; padding: 0.5em 0.5em 7px; @@ -123,17 +123,17 @@ form h5 { } .events { - float: left; + float: left ; padding: 0; width: 100%; } .events li { border: 0.5em solid #eee; float: left; - height: 4.5em; - margin: 0 0 1em 16px; + height: 5.5em; + margin: 0 0 3em 0px; padding: 0.5em; - width: 208px; + width: 200px; } .events li:nth-child(3n-2) { clear: left; @@ -211,3 +211,7 @@ form h5 { .events .ladiesofcode { border-color: #3ea86f; } + +ul { + list-style: none; +} From 78db9d0888f121a1d7cbf4c21d783422829ac146 Mon Sep 17 00:00:00 2001 From: David Sherry Date: Thu, 4 Oct 2018 16:30:54 +0100 Subject: [PATCH 2/2] adjusted html slightly in conjunction with my earlier CSS commit --- public/index.html | 63 ++++++++++++++++++++++++++++------------------- 1 file changed, 38 insertions(+), 25 deletions(-) diff --git a/public/index.html b/public/index.html index d1dfe6f..0d709da 100644 --- a/public/index.html +++ b/public/index.html @@ -16,95 +16,111 @@

glasgow2: what’s on

Monthly

-
    +
    • Rookie Oven

      Technologists

      -

      First Monday

      +
      +

      First Monday

    • Glasgow.js

      Javascript hackers

      -

      First Tuesday

      +
      +

      First Tuesday

    • ScotRUG Glasgow

      Rubyists

      -

      First Thursday

      +
      +

      First Thursday

    • DockerGlasgow

      -

      Dockers / DevOps

      -

      First Thursday

      +

      Dockers / DevOps

      +
      +

      First Thursday

    • Glasgow UX Book Club

      UX/UI designers

      -

      Second Monday

      +
      +

      Second Monday

    • Python Glasgow

      Pythonistas

      -

      Second Tuesday

      +
      +

      Second Tuesday

    • Mobile Apps Meetup

      Mobile developers

      -

      Second Tuesday

      +
      +

      Second Tuesday

    • Lean Agile Glasgow

      Agilists & lean thinkers

      -

      Second Wednesday

      +
      +

      Second Wednesday

    • Glasgow PHP

      PHP Developers

      -

      Third Tuesday*

      +
      +

      Third Tuesday*

    • Press Start

      Gamers and everyone

      -

      Third Wednesday

      +
      +

      Third Wednesday

    • CodeCraft

      Developers

      -

      Third Thursday

      +
      +

      Third Thursday

    • Dead Coders Society

      Theorists

      -

      Fourth Tuesday

      +
      +

      Fourth Tuesday

    • Techmeetup

      Technologists

      -

      Fourth Wednesday

      +
      +

      Fourth Wednesday

    • ScotLUG

      FLOSS Enthusiasts

      -

      Last Thursday

      +
      +

      Last Thursday

    • Ladies of Code

      Ladies of Code

      -

      First Wednesday*

      +
      +

      First Wednesday*

    • -
+

Weekly

-
    +
    • BertWednesdays

      Games industry social

      -

      Every Wednesday

      +
      +

      Every Wednesday

    • -
+
@@ -115,18 +131,15 @@

- + \ No newline at end of file