diff --git a/config/licenser/known_exceptions.txt b/config/licenser/known_exceptions.txt index 51d2deef..c5362e90 100644 --- a/config/licenser/known_exceptions.txt +++ b/config/licenser/known_exceptions.txt @@ -25,10 +25,6 @@ themes/vivo-basic/css/blueprint/liquid.css # Sample code from Google. themes/vivo-basic/templates/googleAnalytics.ftl -# Stylesheet for Pictos fonts by pictos.drewwilson.com -themes/wilma/css/pictos.css - - # 3rd-party transform from JMeter distribution utilities/load-testing/jmeter-results-report.xsl utilities/load-testing/jmeter-results-detail-report.xsl diff --git a/themes/wilma/css/pictos.css b/themes/wilma/css/pictos.css deleted file mode 100644 index abab61ec..00000000 --- a/themes/wilma/css/pictos.css +++ /dev/null @@ -1,19 +0,0 @@ -/* Pictos Font -* Copyright © 2010 Drew Wilson -* http://www.drewwilson.com - http://pictos.drewwilson.com -* -* The fonts included in this stylesheet are subject to the End User License you purchased -* from Drew Wilson. The fonts are protected under domestic and international trademark and -* copyright law. You are prohibited from modifying, reverse engineering, duplicating, or -* distributing this font software. -* -* This font is NOT free. It is illegal to use this font without paying for a license. -*/ - -@font-face { - font-family: 'Pictos'; - src: url('../pictos-font/pictos-web.eot'); /* IE */ - src: local('☺'), url('../pictos-font/pictos-web.woff') format('woff'), url('../pictos-font/pictos-web.ttf') format('truetype'), url('../pictos-font/pictos-web.svg#webfontphKv1xv9') format('svg');/* non-IE */ - font-weight: normal; - font-style: normal; -} \ No newline at end of file diff --git a/themes/wilma/css/screen.css b/themes/wilma/css/screen.css index 99afb25c..f822dc41 100644 --- a/themes/wilma/css/screen.css +++ b/themes/wilma/css/screen.css @@ -24,6 +24,5 @@ VIVO wilma theme: screen styles @import url("transition/holdover-vivobasic/screen.css"); @import url("reset.css"); -@import url("pictos.css"); @import url("edit.css"); @import url("wilma.css"); \ No newline at end of file diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css index d2683e54..e1c97c26 100644 --- a/themes/wilma/css/wilma.css +++ b/themes/wilma/css/wilma.css @@ -1180,6 +1180,9 @@ ul#individual-email li, ul#individual-phone li{ line-height: 1em; } +ul#individual-email li:last-child{ + margin-bottom: 15px; +} ul#individual-urls li{ font-size: .875em; line-height: 1.2em; diff --git a/themes/wilma/pictos-font/pictos-web.eot b/themes/wilma/pictos-font/pictos-web.eot deleted file mode 100644 index 0d17c2f6..00000000 Binary files a/themes/wilma/pictos-font/pictos-web.eot and /dev/null differ diff --git a/themes/wilma/pictos-font/pictos-web.svg b/themes/wilma/pictos-font/pictos-web.svg deleted file mode 100644 index 2b5c1acb..00000000 --- a/themes/wilma/pictos-font/pictos-web.svg +++ /dev/null @@ -1,174 +0,0 @@ - - - - -This is a custom SVG webfont generated by Font Squirrel. -Designer : Drew Wilson -Foundry : Drew Wilson -Foundry URL : http://pictos.drewwilson.com - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/themes/wilma/pictos-font/pictos-web.ttf b/themes/wilma/pictos-font/pictos-web.ttf deleted file mode 100644 index 7a43cc5c..00000000 Binary files a/themes/wilma/pictos-font/pictos-web.ttf and /dev/null differ diff --git a/themes/wilma/pictos-font/pictos-web.woff b/themes/wilma/pictos-font/pictos-web.woff deleted file mode 100644 index 33b85e2d..00000000 Binary files a/themes/wilma/pictos-font/pictos-web.woff and /dev/null differ