Skip to content

Commit

Permalink
Fixing version number
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmbacon committed Oct 23, 2015
1 parent afef5e3 commit 9a744ce
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 16 deletions.
10 changes: 10 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5984,6 +5984,8 @@ button.close {
margin: 1em; }
.home #content .widget.widget_black-studio-tinymce .textwidget {
margin: 1em; }
.home #content .widget.widget_black-studio-tinymce ul, .home #content .widget.widget_black-studio-tinymce ol {
padding-left: 4em; }
.home #content .widget.widget_black-studio-tinymce ul li {
list-style-type: disc; }
.home #content .widget.widget_black-studio-tinymce ol li {
Expand Down Expand Up @@ -6256,6 +6258,8 @@ button.close {
margin: 0; }
.home #content .panel-grid .widget.widget_black-studio-tinymce .textwidget {
margin: 0; }
.home #content .panel-grid .widget.widget_black-studio-tinymce ul, .home #content .panel-grid .widget.widget_black-studio-tinymce ol {
padding-left: 4em; }
.home #content .panel-grid .widget.widget_black-studio-tinymce ul li {
list-style-type: disc; }
.home #content .panel-grid .widget.widget_black-studio-tinymce ol li {
Expand Down Expand Up @@ -6529,6 +6533,8 @@ button.close {
margin: 1em; }
#page-sidebar .widget.widget_black-studio-tinymce .textwidget {
margin: 1em; }
#page-sidebar .widget.widget_black-studio-tinymce ul, #page-sidebar .widget.widget_black-studio-tinymce ol {
padding-left: 4em; }
#page-sidebar .widget.widget_black-studio-tinymce ul li {
list-style-type: disc; }
#page-sidebar .widget.widget_black-studio-tinymce ol li {
Expand Down Expand Up @@ -6802,6 +6808,8 @@ button.close {
margin: 0; }
.subpage .widget.widget_black-studio-tinymce .textwidget {
margin: 0; }
.subpage .widget.widget_black-studio-tinymce ul, .subpage .widget.widget_black-studio-tinymce ol {
padding-left: 4em; }
.subpage .widget.widget_black-studio-tinymce ul li {
list-style-type: disc; }
.subpage .widget.widget_black-studio-tinymce ol li {
Expand Down Expand Up @@ -7770,6 +7778,8 @@ body.sticky .ie8 #footers {
margin: 1em; }
#mega-footer .widget.widget_black-studio-tinymce .textwidget {
margin: 1em; }
#mega-footer .widget.widget_black-studio-tinymce ul, #mega-footer .widget.widget_black-studio-tinymce ol {
padding-left: 4em; }
#mega-footer .widget.widget_black-studio-tinymce ul li {
list-style-type: disc; }
#mega-footer .widget.widget_black-studio-tinymce ol li {
Expand Down
4 changes: 4 additions & 0 deletions sass/_widgets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,10 @@
margin:$widget-content-margin;
}
}
ul, ol {
padding-left:4em;
}

ul {
li {
list-style-type: disc;
Expand Down
42 changes: 26 additions & 16 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Theme Name: Cornerstone
Author: UConn Web Development Lab
Description: Parent theme for University of Connecticut
Version: 3
Version: 4
Text Domain: cs
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
Expand Down Expand Up @@ -5982,11 +5982,13 @@ button.close {
margin: 1em; }
.home #content .widget.widget_tag_cloud .tagcloud {
margin: 1em; }
.home #content .widget.widget_black_studio_tinymce .textwidget {
.home #content .widget.widget_black-studio-tinymce .textwidget {
margin: 1em; }
.home #content .widget.widget_black_studio_tinymce ul li {
.home #content .widget.widget_black-studio-tinymce ul, .home #content .widget.widget_black-studio-tinymce ol {
padding-left: 4em; }
.home #content .widget.widget_black-studio-tinymce ul li {
list-style-type: disc; }
.home #content .widget.widget_black_studio_tinymce ol li {
.home #content .widget.widget_black-studio-tinymce ol li {
list-style-type: decimal; }
.home #content .widget.simple-social-icons ul {
margin: 0.5em !important; }
Expand Down Expand Up @@ -6254,11 +6256,13 @@ button.close {
margin: 0; }
.home #content .panel-grid .widget.widget_tag_cloud .tagcloud {
margin: 0; }
.home #content .panel-grid .widget.widget_black_studio_tinymce .textwidget {
.home #content .panel-grid .widget.widget_black-studio-tinymce .textwidget {
margin: 0; }
.home #content .panel-grid .widget.widget_black_studio_tinymce ul li {
.home #content .panel-grid .widget.widget_black-studio-tinymce ul, .home #content .panel-grid .widget.widget_black-studio-tinymce ol {
padding-left: 4em; }
.home #content .panel-grid .widget.widget_black-studio-tinymce ul li {
list-style-type: disc; }
.home #content .panel-grid .widget.widget_black_studio_tinymce ol li {
.home #content .panel-grid .widget.widget_black-studio-tinymce ol li {
list-style-type: decimal; }
.home #content .panel-grid .widget.simple-social-icons ul {
margin: 0.5em !important; }
Expand Down Expand Up @@ -6527,11 +6531,13 @@ button.close {
margin: 1em; }
#page-sidebar .widget.widget_tag_cloud .tagcloud {
margin: 1em; }
#page-sidebar .widget.widget_black_studio_tinymce .textwidget {
#page-sidebar .widget.widget_black-studio-tinymce .textwidget {
margin: 1em; }
#page-sidebar .widget.widget_black_studio_tinymce ul li {
#page-sidebar .widget.widget_black-studio-tinymce ul, #page-sidebar .widget.widget_black-studio-tinymce ol {
padding-left: 4em; }
#page-sidebar .widget.widget_black-studio-tinymce ul li {
list-style-type: disc; }
#page-sidebar .widget.widget_black_studio_tinymce ol li {
#page-sidebar .widget.widget_black-studio-tinymce ol li {
list-style-type: decimal; }
#page-sidebar .widget.simple-social-icons ul {
margin: 0.5em !important; }
Expand Down Expand Up @@ -6800,11 +6806,13 @@ button.close {
margin: 0; }
.subpage .widget.widget_tag_cloud .tagcloud {
margin: 0; }
.subpage .widget.widget_black_studio_tinymce .textwidget {
.subpage .widget.widget_black-studio-tinymce .textwidget {
margin: 0; }
.subpage .widget.widget_black_studio_tinymce ul li {
.subpage .widget.widget_black-studio-tinymce ul, .subpage .widget.widget_black-studio-tinymce ol {
padding-left: 4em; }
.subpage .widget.widget_black-studio-tinymce ul li {
list-style-type: disc; }
.subpage .widget.widget_black_studio_tinymce ol li {
.subpage .widget.widget_black-studio-tinymce ol li {
list-style-type: decimal; }
.subpage .widget.simple-social-icons ul {
margin: 0.5em !important; }
Expand Down Expand Up @@ -7768,11 +7776,13 @@ body.sticky .ie8 #footers {
margin: 1em; }
#mega-footer .widget.widget_tag_cloud .tagcloud {
margin: 1em; }
#mega-footer .widget.widget_black_studio_tinymce .textwidget {
#mega-footer .widget.widget_black-studio-tinymce .textwidget {
margin: 1em; }
#mega-footer .widget.widget_black_studio_tinymce ul li {
#mega-footer .widget.widget_black-studio-tinymce ul, #mega-footer .widget.widget_black-studio-tinymce ol {
padding-left: 4em; }
#mega-footer .widget.widget_black-studio-tinymce ul li {
list-style-type: disc; }
#mega-footer .widget.widget_black_studio_tinymce ol li {
#mega-footer .widget.widget_black-studio-tinymce ol li {
list-style-type: decimal; }
#mega-footer .widget.simple-social-icons ul {
margin: 0.5em !important; }
Expand Down

0 comments on commit 9a744ce

Please sign in to comment.