Skip to content

Commit 48c15e7

Browse files
committed
Fix whitespace in README
1 parent b04a8af commit 48c15e7

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ With the above configuration composer will do several operations:
6969
in the `themevanilla/www/resources` directory, where the static files of the
7070
theme should be placed.
7171

72-
7372
### Direct download
7473

7574
You can download `themevanilla.zip` from the [release page](https://github.com/rciam/simplesamlphp-module-themevanilla/releases).
@@ -91,15 +90,16 @@ directories (`js.zip` and `css.zip`) from the [release page](https://github.com/
9190
extract them under `modules/themevanilla/www/resources`. If you want to produce
9291
them, you may read the customisation instructions below.
9392

94-
---
9593

9694
## Configuration
9795

9896
### Basic usage
97+
9998
In order to use this module as theme you need to set in the
10099
`config/config.php`: `'theme.use' => 'themevanilla:ssp'`
101100

102101
### Using IdP login buttons with icons
102+
103103
The theme splits the discopower IdP discovery page into 2 sections.
104104
The first section contains all IdPs in a simple list of links, while the second
105105
one contains login buttons for a selected subset of the IdPs.
@@ -120,7 +120,6 @@ button can then be specified using the `login_button` configuration as follows:
120120
To set style rules for the button, the configured css_classname value must be
121121
defined in the `idps_buttons.scss` file. See more information bellow.
122122

123-
---
124123

125124
## Customization
126125

@@ -142,11 +141,10 @@ By default, the logo has height 60px. See below how you can modify it.
142141
If you want to make any changes in the footer you need to modify the template
143142
`footer.php` that is placed in: `themevanilla/themes/ssp/default/includes/`.
144143

145-
146144
### CSS
147145

148146
To produce the css files for this theme follow these steps:
149-
- Install sass: ([installation guide](http://sass-lang.com/install) )
147+
- Install sass ([installation guide](http://sass-lang.com/install))
150148
- Go to the directory `themevanilla/www/resources`
151149
- Run the cli sass: `sass --update sass:css`
152150

@@ -178,13 +176,13 @@ mentioned above.
178176
Please, check the help page of the cli tool sass if you want to use more
179177
compiling options.
180178

181-
---
182179

183180
## About SimpleSAMLphp themes
184181

185182
You can read more about themes in a SimpleSAMLphp installation from the
186183
[official documentation](https://simplesamlphp.org/docs/stable/simplesamlphp-theming).
187184

185+
188186
## License
189187

190188
Licensed under the Apache 2.0 license, for details see `LICENSE`.

0 commit comments

Comments
 (0)