8 lines
257 B
CSS
8 lines
257 B
CSS
|
/**
|
||
|
* @author Caspar Armster, www.buchlichter.de
|
||
|
* @copyright 2016 - buchlichter.de, Germany
|
||
|
* @license die Benutzung, Verbreitung, Änderung ohne die schriftliche Erlaubnis von Buchlichter GbR ist nicht zulässig
|
||
|
*/
|
||
|
.panel-footer {
|
||
|
font-size: 80%;
|
||
|
}
|