make use of global.css

This commit is contained in:
rabuzarus 2015-05-31 13:55:21 +02:00
parent b61e39a1cb
commit afd1e0e6d0
7 changed files with 7 additions and 11 deletions

View File

@ -1,3 +1,6 @@
/* General style rules .*/
.pull-right { float: right }
/* List of social Networks */ /* List of social Networks */
img.connector, img.connector-disabled { img.connector, img.connector-disabled {
height: 40px; height: 40px;

View File

@ -83,8 +83,6 @@ blockquote {
margin-right: 5px; margin-right: 5px;
} }
.pull-right { float: right }
/* nav */ /* nav */

View File

@ -414,8 +414,7 @@ a:hover {
.left { .left {
float: left; float: left;
} }
.right, .right {
.pull-right {
float: right; float: right;
} }
.hidden { .hidden {

View File

@ -414,8 +414,7 @@ a:hover {
.left { .left {
float: left; float: left;
} }
.right, .right {
.pull-right {
float: right; float: right;
} }
.hidden { .hidden {

View File

@ -414,8 +414,7 @@ a:hover {
.left { .left {
float: left; float: left;
} }
.right, .right {
.pull-right {
float: right; float: right;
} }
.hidden { .hidden {

View File

@ -44,7 +44,7 @@ a:visited { color: @LinkVisited; text-decoration: none; }
a:hover {color: @LinkHover; text-decoration: underline; } a:hover {color: @LinkHover; text-decoration: underline; }
.left { float: left; } .left { float: left; }
.right, .pull-right { float: right; } .right { float: right; }
.hidden { display: none; } .hidden { display: none; }
.clear { clear: both; } .clear { clear: both; }

View File

@ -104,8 +104,6 @@ input[type=submit]:active {
top: 1px; top: 1px;
} }
.pull-right { float: right }
#search-text, #search-text,
#search-submit, #search-submit,
#search-save { #search-save {