Commit 921031b3cc4c4b1f187200f905f72ee5aaf768ad

Authored by Braulio Bhavamitra
1 parent 6115d992

responsive: add missing file

public/designs/themes/base-responsive/stylesheets/_profile_title.scss 0 → 100644
... ... @@ -0,0 +1,15 @@
  1 +
  2 +.row.profile-title {
  3 + margin: 0;
  4 +}
  5 +#profile-title a, #profile-title a:visited {
  6 + font-weight: bold;
  7 + font-size: 200%;
  8 + text-decoration: none;
  9 + color: #2C3E50;
  10 +}
  11 +#profile-title a:hover {
  12 + text-decoration: underline;
  13 + color: #18BC9C;
  14 +}
  15 +
... ...