mirror of
https://github.com/lubuntu-team/lists-html.git
synced 2025-05-09 16:01:29 +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
|
### Checkout
|
||||||
Clone the git repo:
|
Clone the git repo:
|
||||||
```bash
|
```bash
|
||||||
git clone <this repository>
|
git clone https://github.com/lubuntu-team/lists-html.git
|
||||||
```
|
```
|
||||||
|
|
||||||
### Install Dependencies
|
### Install Dependencies
|
||||||
|
@ -19,6 +19,21 @@ body div {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
form center {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
address {
|
||||||
|
background-color: #0074B9;
|
||||||
|
color: #BBBBBB;
|
||||||
|
padding: .5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
address a {
|
||||||
|
color: #FFFFFF;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
div.header {
|
div.header {
|
||||||
background-color: #0074B9;
|
background-color: #0074B9;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user