1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

Adjust logo size in qupzilla:about and qupzilla:config

This commit is contained in:
David Rosca 2015-11-08 23:57:54 +01:00
parent 8b2e6bf9b6
commit 7cd6f195d3
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ dl {margin-top: 0px;}
dt {display: block;float: %LEFT_STR%;min-width: 24%;margin: 0 0 0.3em 1%}
dd {color: black;margin: 0 0 0.3em 28%;}
p {margin-%LEFT_STR%: 1%;}
.about-img {float: %RIGHT_STR%;}
.about-img {float: %RIGHT_STR%;margin-top:10px;width:230px;}
</style>
</head>
<body>

View File

@ -12,7 +12,7 @@ dl {margin-top: 0px;}
dt {display: block;float: %LEFT_STR%;min-width: 24%;margin: 0 0 0.3em 1%}
dd {color: black;margin: 0 0 0.3em 28%;}
p {margin-%LEFT_STR%: 1%;}
.about-img {float: %RIGHT_STR%;}
.about-img {float: %RIGHT_STR%;margin-top:10px;width:230px;}
table.tbl {width: 100%;margin: 15px 0;border-radius: 4px;padding: 0px;border: 2px solid #aaa;border-collapse: separate;}
.tbl th{border-radius: 2px;border: 1px solid #aaa;padding: 1px 3px;background: #eee;font-style:italic;}
.tbl th[colspan="2"] {text-align: center;background: #ddd;font-style:normal;}