Преглед изворни кода

Altofocus: Remove unnecessary code changes

Danny Dudzic пре 5 година
родитељ
комит
d89de1015a

+ 26 - 34
altofocus/assets/stylesheets/style-wpcom.css

@@ -794,7 +794,7 @@
 }
 .highlander-enabled #respond label,
 .highlander-enabled #respond form label {
-  color: #666;
+  color: #666666;
 }
 
 .page.highlander-enabled #respond {
@@ -845,12 +845,12 @@
   position: relative;
 }
 #secondary .time_machine_widget .time-machine-navigation {
-  font-size: 14.765625px;
-  font-size: 0.984375rem;
+  font-size: 14.76563px;
+  font-size: 0.98438rem;
   font-family: "Libre Baskerville", "Georgia", Georgia, "Times New Roman", Times, serif;
   font-weight: 300;
   font-style: italic;
-  line-height: 1.465625em;
+  line-height: 1.46563em;
 }
 @media screen and (min-width: 37.5em) {
   #secondary .time_machine_widget .time-machine-navigation {
@@ -877,12 +877,12 @@
   margin-bottom: 0;
 }
 #secondary .widget_recent_entries ul li {
-  font-size: 14.765625px;
-  font-size: 0.984375rem;
+  font-size: 14.76563px;
+  font-size: 0.98438rem;
   font-family: "Libre Baskerville", "Georgia", Georgia, "Times New Roman", Times, serif;
   font-weight: 300;
   font-style: italic;
-  line-height: 1.465625em;
+  line-height: 1.46563em;
   margin-bottom: 1.4em;
 }
 @media screen and (min-width: 37.5em) {
@@ -892,8 +892,8 @@
   }
 }
 #secondary .widget-grofile .grofile-meta h4 {
-  font-size: 14.765625px;
-  font-size: 0.984375rem;
+  font-size: 14.76563px;
+  font-size: 0.98438rem;
   font-family: "Libre Baskerville", "Georgia", Georgia, "Times New Roman", Times, serif;
   font-weight: 300;
   line-height: 1.75em;
@@ -909,16 +909,16 @@
 }
 #secondary .widget_recent_comments .recentcommentstexttop,
 #secondary .widget_recent_comments .recentcommentstextend {
-  font-size: 14.765625px;
-  font-size: 0.984375rem;
+  font-size: 14.76563px;
+  font-size: 0.98438rem;
   font-family: "Libre Baskerville", "Georgia", Georgia, "Times New Roman", Times, serif;
   font-weight: 300;
   font-style: italic;
-  line-height: 1.465625em;
+  line-height: 1.46563em;
 }
 @media screen and (min-width: 37.5em) {
   #secondary .widget_recent_comments .recentcommentstexttop,
-#secondary .widget_recent_comments .recentcommentstextend {
+  #secondary .widget_recent_comments .recentcommentstextend {
     font-size: 16.875px;
     font-size: 1.125rem;
   }
@@ -932,9 +932,9 @@
 
 @media screen and (min-width: 50em) {
   #secondary .widget_author_grid > ul,
-#secondary .widget_flickr > table,
-#secondary .widget_recent_images .recent_images,
-#secondary .jetpack_widget_social_icons .jetpack-social-widget-list {
+  #secondary .widget_flickr > table,
+  #secondary .widget_recent_images .recent_images,
+  #secondary .jetpack_widget_social_icons .jetpack-social-widget-list {
     padding-left: 12.5px;
     padding-right: 12.5px;
     width: calc(62.5%);
@@ -949,29 +949,19 @@
     left: 12.5px;
   }
   #secondary .time_machine_widget .time-machine-navigation {
-    font-size: 14.765625px;
-    font-size: 0.984375rem;
+    font-size: 14.76563px;
+    font-size: 0.98438rem;
     font-family: "Libre Baskerville", "Georgia", Georgia, "Times New Roman", Times, serif;
     font-weight: 300;
     font-style: italic;
-    line-height: 1.465625em;
+    line-height: 1.46563em;
   }
-}
-@media screen and (min-width: 50em) and (min-width: 37.5em) {
-  #secondary .time_machine_widget .time-machine-navigation {
-    font-size: 16.875px;
-    font-size: 1.125rem;
-  }
-}
-@media screen and (min-width: 50em) {
   #secondary .widget_jetpack_my_community > * {
     margin-left: 25%;
     padding-left: 12.5px;
     padding-right: 12.5px;
     width: calc(62.5%);
   }
-}
-@media screen and (min-width: 50em) {
   #secondary .widget-grofile {
     padding-left: 25%;
     position: relative;
@@ -993,19 +983,21 @@
     padding-right: 12.5px;
     width: calc(40%);
   }
-}
-@media screen and (min-width: 50em) {
   #secondary .widget_recent_comments .recentcommentsavatar {
     padding-left: 12.5px;
     padding-right: 12.5px;
     width: calc(62.5%);
   }
-}
-@media screen and (min-width: 50em) {
   #secondary .wp_widget_tag_cloud > *:not(.widget-title),
-#secondary .wp_widget_tag_cloud > div {
+  #secondary .wp_widget_tag_cloud > div {
     padding-left: 12.5px;
     padding-right: 12.5px;
     width: calc(62.5%);
   }
 }
+@media screen and (min-width: 50em) and (min-width: 37.5em) {
+  #secondary .time_machine_widget .time-machine-navigation {
+    font-size: 16.875px;
+    font-size: 1.125rem;
+  }
+}

+ 0 - 1
altofocus/assets/stylesheets/style-wpcom.scss

@@ -1,4 +1,3 @@
-/*THIS FILE IS COMPILED FROM AN .SCSS FILE - DO NOT EDIT DIRECTLY*/
 /**
  * WordPress.com specific styles
  *