diff --git a/_posts/2015-06-27-Scope045.markdown b/_posts/2015-06-27-Scope045.markdown new file mode 100644 index 00000000..ae35e6fa --- /dev/null +++ b/_posts/2015-06-27-Scope045.markdown @@ -0,0 +1,21 @@ +--- +layout: event +title: "Upcoming" +number: 45 +date_text: "June 27th, 2015" +date_yyyy_mm_dd: "2015-06-27" +location: "Panke" +location_website: "http://www.pankeculture.com" +fb_event_url: +fb_gallery_id: +talks: +- title: "Vison'r / SCOPE special event" + topics: "Festial" + artist: "" + speakers: "" + artist_bio: "" + description: "" + artist_website: "" + media_artist_url: "" + video_artist_url: "" + talk_video_url: "" diff --git a/_site/2015/06/27/Scope045.html b/_site/2015/06/27/Scope045.html new file mode 100644 index 00000000..0e3aa812 --- /dev/null +++ b/_site/2015/06/27/Scope045.html @@ -0,0 +1,21 @@ +
layout: event +title: “Upcoming” +number: 45 +date_text: “June 27th, 2015” +date_yyyy_mm_dd: “2015-06-27” +location: “Panke” +location_website: “http://www.pankeculture.com” +fb_event_url: +fb_gallery_id: +talks: +- title: “Vison’r / SCOPE special event” + topics: “Festial” + artist: “” + speakers: “” + artist_bio: “” + description: “” + artist_website: “” + media_artist_url: “” + video_artist_url: “” + talk_video_url: “”
diff --git a/_site/bower_components/bootstrap/less/mixins/reset-text.less b/_site/bower_components/bootstrap/less/mixins/reset-text.less new file mode 100644 index 00000000..58dd4d19 --- /dev/null +++ b/_site/bower_components/bootstrap/less/mixins/reset-text.less @@ -0,0 +1,18 @@ +.reset-text() { + font-family: @font-family-base; + // We deliberately do NOT reset font-size. + font-style: normal; + font-weight: normal; + letter-spacing: normal; + line-break: auto; + line-height: @line-height-base; + text-align: left; // Fallback for where `start` is not supported + text-align: start; + text-decoration: none; + text-shadow: none; + text-transform: none; + white-space: normal; + word-break: normal; + word-spacing: normal; + word-wrap: normal; +}