mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
sync and correct generic css
This commit is contained in:
parent
f7a81a9aee
commit
5ed9e5d691
2 changed files with 6 additions and 1 deletions
|
@ -109,6 +109,9 @@ p {
|
||||||
padding: 6px 10px;
|
padding: 6px 10px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
#header a, #footer a {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
/** containers **/
|
/** containers **/
|
||||||
div.form,
|
div.form,
|
||||||
|
|
|
@ -13,7 +13,6 @@
|
||||||
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||||
* @link http://cakephp.org CakePHP(tm) Project
|
* @link http://cakephp.org CakePHP(tm) Project
|
||||||
* @package app.webroot.css
|
* @package app.webroot.css
|
||||||
* @since CakePHP(tm)
|
|
||||||
* @license http://www.opensource.org/licenses/mit-license.php MIT License
|
* @license http://www.opensource.org/licenses/mit-license.php MIT License
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -110,6 +109,9 @@ p {
|
||||||
padding: 6px 10px;
|
padding: 6px 10px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
#header a, #footer a {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
/** containers **/
|
/** containers **/
|
||||||
div.form,
|
div.form,
|
||||||
|
|
Loading…
Add table
Reference in a new issue