text-align:center;
then re-enable the extension.my board crashed after installation - National Flags
Re: my board crashed after installation
Disable the extension, delete this line in the flag.css file in the extension
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer
Appreciate the extensions/mods/support then you can support me by buying a beer
-
- Former Team Member
- Posts: 22099
- Joined: Wed Jun 22, 2005 4:33 pm
- Location: Your display
- Name: Rich McGirr
Re: my board crashed after installation
Correct, works great.....RMcGirr83 wrote:Disable the extension, delete this line in the flag.css file in the extensiontext-align:center;
then re-enable the extension.

but do i have to remove from all these or the first one alone ?
Code: Select all
ul.flags {
width:100%;
text-align:center;
list-style-type: none;
padding-bottom: 6px;
}
Code: Select all
ul.flags li.flagslist {
text-align:center;
margin: 7px 2px 0;
}
-
- Registered User
- Posts: 111
- Joined: Fri Aug 21, 2015 11:32 pm
Re: my board crashed after installation
The first one is for the index page, the second for the display of flags on the flags page.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer
Appreciate the extensions/mods/support then you can support me by buying a beer
-
- Former Team Member
- Posts: 22099
- Joined: Wed Jun 22, 2005 4:33 pm
- Location: Your display
- Name: Rich McGirr