Skip to content

Commit 4ce2b2e

Browse files
committed
Open Sans as the default font now.
1 parent 3b7f940 commit 4ce2b2e

File tree

4 files changed

+4
-14
lines changed

4 files changed

+4
-14
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ module.exports = function(grunt) {
215215
grunt.loadNpmTasks('grunt-contrib-less');
216216

217217
// Default task(s).
218-
grunt.registerTask('default', ['jshint', 'concat:core', 'uglify:core', 'uglify:extensions', 'concat:vendor', 'uglify:vendor']);
218+
grunt.registerTask('default', ['jshint', 'concat:core', 'uglify:core', 'uglify:extensions', 'concat:vendor', 'uglify:vendor', "less:production", "less:development", "less:extensions"]);
219219
grunt.registerTask('travis', ['jshint', 'lintPHP']);
220220

221221
// this would be run by typing "grunt test" on the command line

ReduxCore/assets/css/admin.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ReduxCore/assets/css/admin.less

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ a {
99
.ui-datepicker table { background: #fff; }
1010

1111
.redux-container{
12-
font-family: "Lucida Grande", Sans-serif;
12+
font-family: "Open Sans","Lucida Grande", Sans-serif;
1313
background-color: #eeeeee; /* Old browsers */
1414
background-repeat: repeat-x; /* Repeat the gradient */
1515
background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */
@@ -742,16 +742,6 @@ label.radio, label.multicheck {
742742
display: none;
743743
}
744744

745-
.redux-main input.button-primary {
746-
border-color: #21759B;
747-
border-bottom-color: #1E6A8D;
748-
-webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5);
749-
box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5);
750-
}
751-
.redux-main .button, .redux-main .button-secondary, .redux-main .button-primary {
752-
padding: 0 10px 1px;
753-
}
754-
755745
.redux-main input.large-text {
756746
width: 100%;
757747
}

ReduxCore/assets/css/redux.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)