From 5924bebe84652acd92163ab9a01d51e850c82042 Mon Sep 17 00:00:00 2001 From: Garth Braithwaite Date: Fri, 8 Feb 2013 12:09:38 -0800 Subject: [PATCH 1/3] added border: dimgray back --- samples/root/Getting Started/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/root/Getting Started/main.css b/samples/root/Getting Started/main.css index 12a85d7f5b9..75d3d06b0e9 100644 --- a/samples/root/Getting Started/main.css +++ b/samples/root/Getting Started/main.css @@ -31,4 +31,5 @@ img padding: 10px; margin: 10px 0; max-width: 95%; + border: dimgray; } From 748f1d6d5b7ae5a813b201277a2613a1286e4eb6 Mon Sep 17 00:00:00 2001 From: Garth Braithwaite Date: Fri, 8 Feb 2013 12:12:51 -0800 Subject: [PATCH 2/3] prettied it up a bit --- samples/root/Getting Started/main.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/samples/root/Getting Started/main.css b/samples/root/Getting Started/main.css index 75d3d06b0e9..4600f45f277 100644 --- a/samples/root/Getting Started/main.css +++ b/samples/root/Getting Started/main.css @@ -28,8 +28,10 @@ samp img { - padding: 10px; + padding: 15px 10px 10px; margin: 10px 0; max-width: 95%; - border: dimgray; + border: 1px solid dimgray; + background: #EEE; + border-radius: 2px; } From 2a4cfd0f524c95fd53190d7170349f48afa0e880 Mon Sep 17 00:00:00 2001 From: Glenn Ruehle Date: Fri, 8 Feb 2013 15:00:18 -0800 Subject: [PATCH 3/3] dimgray background --- samples/root/Getting Started/main.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/root/Getting Started/main.css b/samples/root/Getting Started/main.css index 4600f45f277..a694e266cf2 100644 --- a/samples/root/Getting Started/main.css +++ b/samples/root/Getting Started/main.css @@ -28,10 +28,10 @@ samp img { + background: dimgray; + border: 1px solid black; + border-radius: 2px; padding: 15px 10px 10px; margin: 10px 0; max-width: 95%; - border: 1px solid dimgray; - background: #EEE; - border-radius: 2px; }