Skip to content

Instantly share code, notes, and snippets.

@jest
Created February 5, 2013 11:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jest/5142adac4e05f4934eb2 to your computer and use it in GitHub Desktop.
Save jest/5142adac4e05f4934eb2 to your computer and use it in GitHub Desktop.
From 4077a58be1bc81b04ee81b15b8710cbc51d1cbfe Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Przemys=C5=82aw=20Weso=C5=82ek?= <jest@go.art.pl>
Date: Tue, 5 Feb 2013 12:25:01 +0100
Subject: [PATCH 1/2] CSS layout corrections.
---
Polish Perl Workshop 2013_files/style.css | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/Polish Perl Workshop 2013_files/style.css b/Polish Perl Workshop 2013_files/style.css
index 992e0aa..5eb4a16 100644
--- a/Polish Perl Workshop 2013_files/style.css
+++ b/Polish Perl Workshop 2013_files/style.css
@@ -15,7 +15,8 @@ body {
opacity:0.8;
line-height:1.2;
color:#000;
- padding:0px 0px 0px 5px;
+ margin: 20px 0 20px 0;
+ padding: 1px 20px 1px 20px;
}
#menu {
@@ -37,19 +38,19 @@ body {
#menu li {
margin-left: 1em;
+ margin-bottom: 0.5em;
list-style-type: none;
}
#content {
float: right;
- width: 600px;
+ width: 650px;
background:#fff;
opacity:0.8;
font-size:105%;
line-height:1.2;
color:#000;
- margin:0px 20px 20px 20px;
padding:20px 20px 10px 20px;
}
--
1.7.9.5
From 9a0eb6d66a8d382f5700ab885d47a8ad910834fb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Przemys=C5=82aw=20Weso=C5=82ek?= <jest@go.art.pl>
Date: Tue, 5 Feb 2013 12:28:41 +0100
Subject: [PATCH 2/2] Language corrections.
---
Polish Perl Workshop 2013.html | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/Polish Perl Workshop 2013.html b/Polish Perl Workshop 2013.html
index c7fb6a3..c4d248a 100644
--- a/Polish Perl Workshop 2013.html
+++ b/Polish Perl Workshop 2013.html
@@ -32,13 +32,13 @@ Witaj na stronie Polskiego Perl Workshopu 2013!
</p>
<p>
-Polski Perl Workshop to konferencja specjalnie dla nie tylko polskich
-entuzjastów języka Perl. Odbędzie się 25-26-tego maja 2013 w Warszawie.
-Spotkanie integracyjne dla uczestników odbędzie się dzień wcześniej, w piątek 24-tego maja.
+Polski Perl Workshop to konferencja przeznaczona nie tylko dla polskich
+entuzjastów języka Perl. Odbędzie się 25-26 maja 2013 w Warszawie.
+Spotkanie integracyjne dla uczestników odbędzie się dzień wcześniej, w piątek 24 maja.
</p><p>
-Konferencja będzie dwujęzyczna: prezentacje będą zarówno po polsku jak i po angielsku (niekoniecznie naraz).
+Konferencja będzie dwujęzyczna: prezentacje będą zarówno po polsku, jak i po angielsku (niekoniecznie naraz).
</p><p>
-Rejestracja zostanie otwarta jak tylko ustalimy szczegóły finansowe. Powinno to następić na dniach, także bądźcie w pogotowiu :)
+Rejestracja zostanie otwarta jak tylko ustalimy szczegóły finansowe. Powinno to następić na dniach, także bądźcie w pogotowiu. :)
</p>
<hr>
@@ -48,14 +48,14 @@ Welcome to Polish Perl Workshop 2013!
</p>
<p>
-Polish Perl Workshop is a conference dedicated to not only Polish
-enthusiasts of Perl. It will be held on 25th-26th of May 2013 in Warsaw,
-Poland, plus an pre-conference drinkup on friday, 24th.
+Polish Perl Workshop is a conference dedicated not only to Polish
+enthusiasts of Perl. It will be held on 25-26 May 2013 in Warsaw,
+Poland, plus an pre-conference drinkup on Friday, 24th.
</p><p>
The conference will be bilingual: both Polish and English talks will
appear.
</p><p>
-The registration will open as soon as we sort out financial issues. It should happen soon, stay tuned :)
+The registration will open as soon as we sort out financial issues. It should happen soon, stay tuned. :)
</p>
<!--
--
1.7.9.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment