/**
 * Copyright 2010 Google Inc. All Rights Reserved.
 *
 * Google Dictionary Chrome extension content script CSS.
 *
 * @author sadovsky@google.com (Adam Sadovsky)
 */

/**
 * Added after testing on:
 * http://earthcode.com/blog/2006/01/css_floats_programmatically.html
 */
.gd-bubble a:after,
.gd-bubble a[href^="http"]:after {
  content: '';
}
