mirror of
https://github.com/lubuntu-team/lists-html.git
synced 2025-02-15 07:58:18 +00:00
make footer roughly uniform
This commit is contained in:
parent
62b001e19f
commit
6641fbbaa2
@ -13,7 +13,7 @@ This is how you can use this repository to make updates to the styles or templat
|
||||
### Checkout
|
||||
Clone the git repo:
|
||||
```bash
|
||||
git clone <this repository>
|
||||
git clone https://github.com/lubuntu-team/lists-html.git
|
||||
```
|
||||
|
||||
### Install Dependencies
|
||||
|
@ -19,6 +19,21 @@ body div {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
form center {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
address {
|
||||
background-color: #0074B9;
|
||||
color: #BBBBBB;
|
||||
padding: .5rem;
|
||||
}
|
||||
|
||||
address a {
|
||||
color: #FFFFFF;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
div.header {
|
||||
background-color: #0074B9;
|
||||
color: #FFFFFF;
|
||||
|
Loading…
x
Reference in New Issue
Block a user