0

In chapter 10 of the tutorial I'm changing the CSS for microposts to look different. However they won't update on my local server. I tried restarting the server and resetting and repopulating the database but still no luck. Why is this happening?

Custom CSS File

/* microposts */

.microposts {
  list-style: none;
  margin: 10px 0 0 0;

  li {
    padding: 10px 0;
    border-top: 1px solid #e8e8e8;
  }
}
.content {
  display: block;
}
.timestamp {
  color: $grayLight;
}
.gravatar {
  float: left;
  margin-right: 10px;
}
aside {
  textarea {
    height: 100px;
    margin-bottom: 5px;
  }
}
4

1 回答 1

0

重新启动我的电脑以某种方式解决了这个问题。感谢大家的投入!

于 2013-08-10T19:28:08.020 回答