Difference between revisions of "User:Evanjohnman/vector.css"

From Team Fortress Wiki
Jump to: navigation, search
m
m
Line 1: Line 1:
 +
@media screen and (max-width: 982px) #p-views {
 +
    left: 376px;
 +
}
 +
 +
@media screen and (max-width: 982px) #p-cactions {
 +
    left: 376px;
 +
}
 +
 
h3#p-cactions-label {
 
h3#p-cactions-label {
 
   background-image: none;
 
   background-image: none;
Line 5: Line 13:
 
h3#p-cactions-label > span {
 
h3#p-cactions-label > span {
 
   display: none;
 
   display: none;
 +
}
 +
 +
div#p-views {
 +
    float: left;
 +
    position: relative;
 +
    left: 392px;
 +
}
 +
div#p-cactions {
 +
    left: 392px;
 
}
 
}

Revision as of 22:26, 29 November 2016

@media screen and (max-width: 982px) #p-views {
    left: 376px;
}

@media screen and (max-width: 982px) #p-cactions {
    left: 376px;
}

h3#p-cactions-label {
  background-image: none;
}

h3#p-cactions-label > span {
  display: none;
}

div#p-views {
    float: left;
    position: relative;
    left: 392px;
}
div#p-cactions {
    left: 392px;
}