project setup
* added refinerycms(-blog) as depencies * removed capybara (we won't do any browsertests here) * initialized refinery in dummy app
This commit is contained in:
4
spec/dummy/public/stylesheets/application.css
Normal file
4
spec/dummy/public/stylesheets/application.css
Normal file
@@ -0,0 +1,4 @@
|
||||
/*
|
||||
Override default refinery application CSS below.
|
||||
Formatting applies to all frontend.
|
||||
*/
|
||||
4
spec/dummy/public/stylesheets/formatting.css
Normal file
4
spec/dummy/public/stylesheets/formatting.css
Normal file
@@ -0,0 +1,4 @@
|
||||
/*
|
||||
Override default refinery formatting below.
|
||||
Formatting applies to backend WYSIWYG editors and all frontend.
|
||||
*/
|
||||
4
spec/dummy/public/stylesheets/home.css
Normal file
4
spec/dummy/public/stylesheets/home.css
Normal file
@@ -0,0 +1,4 @@
|
||||
/*
|
||||
Override default refinery homepage styles here.
|
||||
These only apply to the homepage of your site.
|
||||
*/
|
||||
4
spec/dummy/public/stylesheets/theme.css
Normal file
4
spec/dummy/public/stylesheets/theme.css
Normal file
@@ -0,0 +1,4 @@
|
||||
/*
|
||||
Override default refinery 'theme' styles here.
|
||||
These only apply when using custom WYMeditor CSS.
|
||||
*/
|
||||
Reference in New Issue
Block a user